C# Class Gablarski.Clients.Extensions

Exibir arquivo Open project: ermau/Gablarski

Public Methods

Method 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 method

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

GetSimpleName() public static method

public static GetSimpleName ( this self ) : string
self this
return string

ReadBytes() public static method

public static ReadBytes ( this reader ) : byte[]
reader this
return byte[]

WriteBytes() public static method

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