C# Class MySql.Data.Types.MySqlBit

Summary description for MySqlUInt64.
Show file Open project: elevate/mysqlconnector-.net

Private Properties

Property Type Description

Public Methods

Method Description
MySqlBit ( bool isnull ) : System
ReadValue ( MySqlPacket packet, long length, bool isNull ) : IMySqlValue
SetDSInfo ( DataTable dsTable ) : void
SkipValue ( MySqlPacket packet ) : void
WriteValue ( MySqlPacket packet, bool binary, object value, int length ) : void

Method Details

MySqlBit() public method

public MySqlBit ( bool isnull ) : System
isnull bool
return System

ReadValue() public method

public ReadValue ( MySqlPacket packet, long length, bool isNull ) : IMySqlValue
packet MySql.Data.MySqlClient.MySqlPacket
length long
isNull bool
return IMySqlValue

SetDSInfo() public static method

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

SkipValue() public method

public SkipValue ( MySqlPacket packet ) : void
packet MySql.Data.MySqlClient.MySqlPacket
return void

WriteValue() public method

public WriteValue ( MySqlPacket packet, bool binary, object value, int length ) : void
packet MySql.Data.MySqlClient.MySqlPacket
binary bool
value object
length int
return void