Show / Hide Table of Contents

Method AsMySqlTime

| Improve this Doc View Source

AsMySqlTime(_DateTime, Int32)

Specifies MySQL TIME data type for column.

Declaration
public static _DateTime AsMySqlTime(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