C# Класс Gablarski.Clients.Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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