C# 클래스 MySql.Data.Types.MySqlBinary

파일 보기 프로젝트 열기: elevate/mysqlconnector-.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EscapeByteArray void
IMySqlValue IMySqlValue
IMySqlValue void
IMySqlValue void

공개 메소드들

메소드 설명
MySqlBinary ( MySqlDbType type, bool isNull ) : System
MySqlBinary ( MySqlDbType type, byte val ) : System
SetDSInfo ( DataTable dsTable ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

MySqlBinary() 공개 메소드

public MySqlBinary ( MySqlDbType type, bool isNull ) : System
type MySqlDbType
isNull bool
리턴 System

MySqlBinary() 공개 메소드

public MySqlBinary ( MySqlDbType type, byte val ) : System
type MySqlDbType
val byte
리턴 System

SetDSInfo() 공개 정적인 메소드

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