Show / Hide Table of Contents

Method AsMySqlDateTime

| Improve this Doc View Source

AsMySqlDateTime(_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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest