Constructor MySqlTextAttribute
| Improve this Doc View SourceMySqlTextAttribute(String, String)
Initializes a new instance of MySqlTextAttribute.
Declaration
public MySqlTextAttribute(string charSetName = null, string collationName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | charSetName | The char set name of the data type. |
System.String | collationName | The collation name of the data type. |