Search Results for

    Show / Hide Table of Contents

    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.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()
    In This Article
    Back to top Copyright © 2021, 2025, Oracle and/or its affiliates.