Show / Hide Table of Contents

Class ColumnExtensions

Provides extension methods for column object.

Inheritance
System.Object
ColumnExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data.MySql
Assembly: DevZest.Data.MySql.dll
Syntax
public static class ColumnExtensions

Methods

Name Description
AsMySqlBinary(_Binary, Int32)

Specifies MySQL BINARY(n) data type for column.

AsMySqlBlob(_Binary)

Specifies MySQL BLOB data type for column.

AsMySqlChar<T>(T, Int32, String, String)

Specifies MySQL CHAR(n) data type for column.

AsMySqlChar<T>(T, String, String)

Specifies MySQL CHAR data type for column.

AsMySqlDate(_DateTime)

Specifies MySQL DATE data type for column.

AsMySqlDateTime(_DateTime, Int32)

Specifies MySQL DATETIME data type for column.

AsMySqlDecimal(_Decimal, Byte, Byte)

Specifies MySQL DECIMAL data type for column.

AsMySqlJson<T>(T)

Specifies MySQL JSON data type for column.

AsMySqlLongBlob(_Binary)

Specifies MySQL LONGBLOB data type for column.

AsMySqlLongText(_String, String, String)

Specifies MySQL LONGTEXT data type for column.

AsMySqlMediumBlob(_Binary)

Specifies MySQL MEDIUMBLOB data type for column.

AsMySqlMediumText(_String, String, String)

Specifies MySQL MEDIUMTEXT data type for column.

AsMySqlMoney(_Decimal)

Specifies MySQL DECIMAL(19,4) data type for column.

AsMySqlText(_String, String, String)

Specifies MySQL TEXT data type for column.

AsMySqlTime(_DateTime, Int32)

Specifies MySQL TIME data type for column.

AsMySqlTimestamp(_DateTime, Int32)

Specifies MySQL TIMESTAMP data type for column.

AsMySqlTinyBlob(_Binary)

Specifies MySQL TINYBLOB data type for column.

AsMySqlTinyText(_String, String, String)

Specifies MySQL TINYTEXT data type for column.

AsMySqlVarBinary(_Binary, Int32)

Specifies MySQL VARBINARY(n) data type for column.

AsMySqlVarChar<T>(T, Int32, String, String)

Specifies MySQL VARCHAR(n) data type for column.

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