Method AsSqlVarChar
| Improve this Doc View SourceAsSqlVarChar<T>(T, Int32)
Specifies SQL Server VARCHAR(n) data type for column.
Declaration
public static T AsSqlVarChar<T>(this T column, int size = 8000)
where T : Column<string>
Parameters
| Type | Name | Description |
|---|---|---|
| T | column | The column. |
| System.Int32 | size | The size of the data type. |
Returns
| Type | Description |
|---|---|
| T | This column for fluent coding. |
Type Parameters
| Name | Description |
|---|---|
| T |