Method AsSqlNVarChar
| Improve this Doc View SourceAsSqlNVarChar(_String, Int32)
Specifies SQL Server NVARCHAR(n) data type for column.
Declaration
public static _String AsSqlNVarChar(this _String column, int size = 4000)
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. |