Show / Hide Table of Contents

Method AsMySqlTimestamp

| Improve this Doc View Source

AsMySqlTimestamp(_DateTime, Int32)

Specifies MySQL TIMESTAMP data type for column.

Declaration
public static _DateTime AsMySqlTimestamp(this _DateTime column, int precision = 0)
Parameters
Type Name Description
_DateTime column

The column.

System.Int32 precision

The precision of the data type.

Returns
Type Description
_DateTime

This column for fluent coding.

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