C# Class MySql.Data.Types.MySqlBinary

Show file Open project: elevate/mysqlconnector-.net Class Usage Examples

Private Properties

Property Type Description
EscapeByteArray void
IMySqlValue IMySqlValue
IMySqlValue void
IMySqlValue void

Public Methods

Method Description
MySqlBinary ( MySqlDbType type, bool isNull ) : System
MySqlBinary ( MySqlDbType type, byte val ) : System
SetDSInfo ( DataTable dsTable ) : void

Private Methods

Method Description
EscapeByteArray ( byte bytes, int length, MySqlPacket packet ) : void
IMySqlValue ( MySqlPacket packet, long length, bool nullVal ) : IMySqlValue
IMySqlValue ( MySqlPacket packet ) : void
IMySqlValue ( MySqlPacket packet, bool binary, object val, int length ) : void

Method Details

MySqlBinary() public method

public MySqlBinary ( MySqlDbType type, bool isNull ) : System
type MySqlDbType
isNull bool
return System

MySqlBinary() public method

public MySqlBinary ( MySqlDbType type, byte val ) : System
type MySqlDbType
val byte
return System

SetDSInfo() public static method

public static SetDSInfo ( DataTable dsTable ) : void
dsTable System.Data.DataTable
return void