Method AsSqlVarCharMax
| Improve this Doc View SourceAsSqlVarCharMax(_String)
Specifies SQL Server VARCHAR(MAX) data type for column.
Declaration
public static _String AsSqlVarCharMax(this _String column)
Parameters
Type | Name | Description |
---|---|---|
_String | column | The column. |
Returns
Type | Description |
---|---|
_String | This column for fluent coding. |