C# Класс System.Data.Common.DataRecordInternal

Наследование: DbDataRecord
Показать файл Открыть проект

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

Метод Описание
GetBoolean ( int i ) : bool
GetByte ( int i ) : byte
GetBytes ( int i, long dataIndex, byte buffer, int bufferIndex, int length ) : long
GetChar ( int i ) : char
GetChars ( int i, long dataIndex, char buffer, int bufferIndex, int length ) : long
GetDataTypeName ( int i ) : string
GetDateTime ( int i ) : DateTime
GetDecimal ( int i ) : decimal
GetDouble ( int i ) : double
GetFieldType ( int i ) : Type
GetFloat ( int i ) : float
GetGuid ( int i ) : Guid
GetInt16 ( int i ) : short
GetInt32 ( int i ) : int
GetInt64 ( int i ) : long
GetName ( int i ) : string
GetOrdinal ( string name ) : int
GetString ( int i ) : string
GetValue ( int i ) : object
GetValues ( object values ) : int
IsDBNull ( int i ) : bool
this ( int i ) : object
this ( string name ) : object

Приватные методы

Метод Описание
DataRecordInternal ( SchemaInfo schemaInfo, object values, PropertyDescriptorCollection descriptors, FieldNameLookup fieldNameLookup ) : System.ComponentModel
DataRecordInternal ( object values, PropertyDescriptorCollection descriptors, FieldNameLookup fieldNameLookup ) : System.ComponentModel
ICustomTypeDescriptor ( ) : AttributeCollection
ICustomTypeDescriptor ( ) : EventDescriptor
ICustomTypeDescriptor ( ) : EventDescriptorCollection
ICustomTypeDescriptor ( Attribute attributes ) : EventDescriptorCollection
ICustomTypeDescriptor ( ) : PropertyDescriptor
ICustomTypeDescriptor ( ) : PropertyDescriptorCollection
ICustomTypeDescriptor ( Attribute attributes ) : PropertyDescriptorCollection
ICustomTypeDescriptor ( ) : TypeConverter
ICustomTypeDescriptor ( PropertyDescriptor pd ) : object
ICustomTypeDescriptor ( Type editorBaseType ) : object
ICustomTypeDescriptor ( ) : string
SetSchemaInfo ( SchemaInfo schemaInfo ) : void

Описание методов

GetBoolean() публичный Метод

public GetBoolean ( int i ) : bool
i int
Результат bool

GetByte() публичный Метод

public GetByte ( int i ) : byte
i int
Результат byte

GetBytes() публичный Метод

public GetBytes ( int i, long dataIndex, byte buffer, int bufferIndex, int length ) : long
i int
dataIndex long
buffer byte
bufferIndex int
length int
Результат long

GetChar() публичный Метод

public GetChar ( int i ) : char
i int
Результат char

GetChars() публичный Метод

public GetChars ( int i, long dataIndex, char buffer, int bufferIndex, int length ) : long
i int
dataIndex long
buffer char
bufferIndex int
length int
Результат long

GetDataTypeName() публичный Метод

public GetDataTypeName ( int i ) : string
i int
Результат string

GetDateTime() публичный Метод

public GetDateTime ( int i ) : DateTime
i int
Результат DateTime

GetDecimal() публичный Метод

public GetDecimal ( int i ) : decimal
i int
Результат decimal

GetDouble() публичный Метод

public GetDouble ( int i ) : double
i int
Результат double

GetFieldType() публичный Метод

public GetFieldType ( int i ) : Type
i int
Результат Type

GetFloat() публичный Метод

public GetFloat ( int i ) : float
i int
Результат float

GetGuid() публичный Метод

public GetGuid ( int i ) : Guid
i int
Результат Guid

GetInt16() публичный Метод

public GetInt16 ( int i ) : short
i int
Результат short

GetInt32() публичный Метод

public GetInt32 ( int i ) : int
i int
Результат int

GetInt64() публичный Метод

public GetInt64 ( int i ) : long
i int
Результат long

GetName() публичный Метод

public GetName ( int i ) : string
i int
Результат string

GetOrdinal() публичный Метод

public GetOrdinal ( string name ) : int
name string
Результат int

GetString() публичный Метод

public GetString ( int i ) : string
i int
Результат string

GetValue() публичный Метод

public GetValue ( int i ) : object
i int
Результат object

GetValues() публичный Метод

public GetValues ( object values ) : int
values object
Результат int

IsDBNull() публичный Метод

public IsDBNull ( int i ) : bool
i int
Результат bool

this() публичный Метод

public this ( int i ) : object
i int
Результат object

this() публичный Метод

public this ( string name ) : object
name string
Результат object