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