C# 클래스 System.Data.Common.DataRecordInternal

상속: DbDataRecord
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
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