Method AsMySqlDateTime
| Improve this Doc View SourceAsMySqlDateTime(_DateTime, Int32)
Specifies MySQL DATETIME data type for column.
Declaration
public static _DateTime AsMySqlDateTime(this _DateTime column, int precision = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| _DateTime | column | The column. |
| System.Int32 | precision | The precision of the column. |
Returns
| Type | Description |
|---|---|
| _DateTime | This column for fluent coding. |