Method AsSqlBinaryMax
| Improve this Doc View SourceAsSqlBinaryMax(_Binary)
Specifies SQL Server BINARY(MAX) data type for column.
Declaration
public static _Binary AsSqlBinaryMax(this _Binary column)
Parameters
Type | Name | Description |
---|---|---|
_Binary | column | The column. |
Returns
Type | Description |
---|---|
_Binary | This column for fluent coding. |