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