Class CharacterSet
Represents a character set object.
Inheritance
System.Object
CharacterSet
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data.dll
Version: 9.3.0
Syntax
public class CharacterSet
Constructors
CharacterSet(String, Int32)
Declaration
public CharacterSet(string name, int byteCount)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | |
System. |
byteCount |
Fields
byteCount
Declaration
public int byteCount
Field Value
Type | Description |
---|---|
System. |
name
Declaration
public string name
Field Value
Type | Description |
---|---|
System. |
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.GetHashCode()