C# Class Gablarski.Clients.Extensions

Afficher le fichier Open project: ermau/Gablarski

Méthodes publiques

Méthode Description
CreateCommand ( this self, string text ) : DbCommand
GetSimpleName ( this self ) : string
ReadBytes ( this reader ) : byte[]
WriteBytes ( this self, byte data ) : void

Method Details

CreateCommand() public static méthode

public static CreateCommand ( this self, string text ) : DbCommand
self this
text string
Résultat System.Data.Common.DbCommand

GetSimpleName() public static méthode

public static GetSimpleName ( this self ) : string
self this
Résultat string

ReadBytes() public static méthode

public static ReadBytes ( this reader ) : byte[]
reader this
Résultat byte[]

WriteBytes() public static méthode

public static WriteBytes ( this self, byte data ) : void
self this
data byte
Résultat void