Method AsSqlNChar
| Improve this Doc View SourceAsSqlNChar(_String, Int32)
Specifies SQL Server NCHAR(n) data type for column.
Declaration
public static _String AsSqlNChar(this _String column, int size)
Parameters
Type | Name | Description |
---|---|---|
_String | column | The column. |
System.Int32 | size | The size of the data type. |
Returns
Type | Description |
---|---|
_String | This column for fluent coding. |