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