C# Class System.Data.Common.DbDataRecord

Inheritance: IDataRecord
显示文件 Open project: dotnet/corefx Class Usage Examples

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
GetData ( int i ) : IDataReader
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

Protected Methods

Method Description
DbDataRecord ( ) : System.ComponentModel
GetDbDataReader ( int i ) : System.Data.Common.DbDataReader

Private Methods

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

Method Details

DbDataRecord() protected method

protected DbDataRecord ( ) : System.ComponentModel
return System.ComponentModel

GetBoolean() public abstract method

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

GetByte() public abstract method

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

GetBytes() public abstract method

public abstract 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 abstract method

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

GetChars() public abstract method

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

GetData() public method

public GetData ( int i ) : IDataReader
i int
return IDataReader

GetDataTypeName() public abstract method

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

GetDateTime() public abstract method

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

GetDbDataReader() protected method

protected GetDbDataReader ( int i ) : System.Data.Common.DbDataReader
i int
return System.Data.Common.DbDataReader

GetDecimal() public abstract method

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

GetDouble() public abstract method

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

GetFieldType() public abstract method

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

GetFloat() public abstract method

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

GetGuid() public abstract method

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

GetInt16() public abstract method

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

GetInt32() public abstract method

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

GetInt64() public abstract method

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

GetName() public abstract method

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

GetOrdinal() public abstract method

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

GetString() public abstract method

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

GetValue() public abstract method

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

GetValues() public abstract method

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

IsDBNull() public abstract method

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

this() public abstract method

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

this() public abstract method

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