Method AsMySqlVarBinary
| Improve this Doc View SourceAsMySqlVarBinary(_Binary, Int32)
Specifies MySQL VARBINARY(n) data type for column.
Declaration
public static _Binary AsMySqlVarBinary(this _Binary column, int size = 65535)
Parameters
| Type | Name | Description |
|---|---|---|
| _Binary | column | The column. |
| System.Int32 | size | The size of the data type. |
Returns
| Type | Description |
|---|---|
| _Binary | This column for fluent coding. |