Show / Hide Table of Contents

Method AsMySqlLongText

| Improve this Doc View Source

AsMySqlLongText(_String, String, String)

Specifies MySQL LONGTEXT data type for column.

Declaration
public static _String AsMySqlLongText(this _String column, string charSetName = null, string collationName = null)
Parameters
Type Name Description
_String column

The column.

System.String charSetName

The char set name of the data type.

System.String collationName

The collation name of the data type.

Returns
Type Description
_String

This column for fluent coding.

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