C# Class MySql.Data.Types.MySqlString

Mostrar archivo Open project: elevate/mysqlconnector-.net Class Usage Examples

Private Properties

Property Type Description
IMySqlValue IMySqlValue
IMySqlValue void
IMySqlValue void
SetDSInfo void

Public Methods

Method Description
MySqlString ( MySqlDbType type, bool isNull ) : System
MySqlString ( MySqlDbType type, string val ) : System

Private Methods

Method Description
IMySqlValue ( MySqlPacket packet, long length, bool nullVal ) : IMySqlValue
IMySqlValue ( MySqlPacket packet ) : void
IMySqlValue ( MySqlPacket packet, bool binary, object val, int length ) : void
SetDSInfo ( DataTable dsTable ) : void

Method Details

MySqlString() public method

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

MySqlString() public method

public MySqlString ( MySqlDbType type, string val ) : System
type MySqlDbType
val string
return System