C# 클래스 Gablarski.Clients.Extensions

파일 보기 프로젝트 열기: ermau/Gablarski

공개 메소드들

메소드 설명
CreateCommand ( this self, string text ) : DbCommand
GetSimpleName ( this self ) : string
ReadBytes ( this reader ) : byte[]
WriteBytes ( this self, byte data ) : void

메소드 상세

CreateCommand() 공개 정적인 메소드

public static CreateCommand ( this self, string text ) : DbCommand
self this
text string
리턴 System.Data.Common.DbCommand

GetSimpleName() 공개 정적인 메소드

public static GetSimpleName ( this self ) : string
self this
리턴 string

ReadBytes() 공개 정적인 메소드

public static ReadBytes ( this reader ) : byte[]
reader this
리턴 byte[]

WriteBytes() 공개 정적인 메소드

public static WriteBytes ( this self, byte data ) : void
self this
data byte
리턴 void