C# Class System.Data.Common.DataRecordInternal

Inheritance: DbDataRecord
Datei anzeigen Open project: dotnet/corefx

Public Methods

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

Private Methods

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

Method Details

GetBoolean() public method

public GetBoolean ( int i ) : bool
i int
return bool

GetByte() public method

public GetByte ( int i ) : byte
i int
return byte

GetBytes() public method

public GetBytes ( int i, long dataIndex, byte buffer, int bufferIndex, int length ) : long
i int
dataIndex long
buffer byte
bufferIndex int
length int
return long

GetChar() public method

public GetChar ( int i ) : char
i int
return char

GetChars() public method

public GetChars ( int i, long dataIndex, char buffer, int bufferIndex, int length ) : long
i int
dataIndex long
buffer char
bufferIndex int
length int
return long

GetDataTypeName() public method

public GetDataTypeName ( int i ) : string
i int
return string

GetDateTime() public method

public GetDateTime ( int i ) : DateTime
i int
return DateTime

GetDecimal() public method

public GetDecimal ( int i ) : decimal
i int
return decimal

GetDouble() public method

public GetDouble ( int i ) : double
i int
return double

GetFieldType() public method

public GetFieldType ( int i ) : Type
i int
return Type

GetFloat() public method

public GetFloat ( int i ) : float
i int
return float

GetGuid() public method

public GetGuid ( int i ) : Guid
i int
return Guid

GetInt16() public method

public GetInt16 ( int i ) : short
i int
return short

GetInt32() public method

public GetInt32 ( int i ) : int
i int
return int

GetInt64() public method

public GetInt64 ( int i ) : long
i int
return long

GetName() public method

public GetName ( int i ) : string
i int
return string

GetOrdinal() public method

public GetOrdinal ( string name ) : int
name string
return int

GetString() public method

public GetString ( int i ) : string
i int
return string

GetValue() public method

public GetValue ( int i ) : object
i int
return object

GetValues() public method

public GetValues ( object values ) : int
values object
return int

IsDBNull() public method

public IsDBNull ( int i ) : bool
i int
return bool

this() public method

public this ( int i ) : object
i int
return object

this() public method

public this ( string name ) : object
name string
return object