Show / Hide Table of Contents

Constructor MySqlVarCharAttribute

| Improve this Doc View Source

MySqlVarCharAttribute(Int32, String, String)

Initializes a new instance of MySqlVarCharAttribute.

Declaration
public MySqlVarCharAttribute(int size, string charSetName = null, string collationName = null)
Parameters
Type Name Description
System.Int32 size

The size of the data type.

System.String charSetName

The char set name of the data type.

System.String collationName

The collation name of the data type.

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