Method AsMySqlJson
| Improve this Doc View SourceAsMySqlJson<T>(T)
Specifies MySQL JSON data type for column.
Declaration
public static T AsMySqlJson<T>(this T column)
where T : Column<string>
Parameters
| Type | Name | Description |
|---|---|---|
| T | column | The column. |
Returns
| Type | Description |
|---|---|
| T | This column for fluent coding. |
Type Parameters
| Name | Description |
|---|---|
| T |