메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
DbDataRecord ( ) : System.ComponentModel | ||
GetDbDataReader ( int i ) : System.Data.Common.DbDataReader |
메소드 | 설명 | |
---|---|---|
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 |
public abstract GetBytes ( int i, long dataIndex, byte buffer, int bufferIndex, int length ) : long | ||
i | int | |
dataIndex | long | |
buffer | byte | |
bufferIndex | int | |
length | int | |
리턴 | long |
public abstract GetChars ( int i, long dataIndex, char buffer, int bufferIndex, int length ) : long | ||
i | int | |
dataIndex | long | |
buffer | char | |
bufferIndex | int | |
length | int | |
리턴 | long |
protected GetDbDataReader ( int i ) : System.Data.Common.DbDataReader | ||
i | int | |
리턴 | System.Data.Common.DbDataReader |