名前 | 解説 | |
---|---|---|
Close | オーバーライドされます。 Closes the C1DataReader object | |
CreateObjRef | System.MarshalByRefObjectから継承されます。 | |
GetBoolean | 指定された列の値を Boolean として取得します。 C1.DataConnector.C1DataReaderBaseから継承されます。 | |
GetByte | 指定された列の値を Byte として取得します。 C1.DataConnector.C1DataReaderBaseから継承されます。 | |
GetBytes | 指定された列オフセットから始まるバイトのストリームを、指定されたバッファオフセットの位置から配列としてバッファに読み込みます。 C1.DataConnector.C1DataReaderBaseから継承されます。 | |
GetChar | 指定された列の値を 1 文字として取得します。 C1.DataConnector.C1DataReaderBaseから継承されます。 | |
GetChars | 指定された列オフセットから始まる文字のストリームを、指定されたバッファオフセットの位置から配列としてバッファに読み込みます。 C1.DataConnector.C1DataReaderBaseから継承されます。 | |
GetDataTypeName | 指定された列のデータ型を表す文字列を取得します。 C1.DataConnector.C1DataReaderBaseから継承されます。 | |
GetDateTime | 指定された列の値を DateTime オブジェクトとして取得します。 C1.DataConnector.C1DataReaderBaseから継承されます。 | |
GetDecimal | 指定された列の値を Decimal オブジェクトとして取得します。 C1.DataConnector.C1DataReaderBaseから継承されます。 | |
GetDouble | 指定された列の値を倍精度浮動小数点数値として取得します。 C1.DataConnector.C1DataReaderBaseから継承されます。 | |
GetFieldType | オーバーライドされます。 Gets the data type of the specified column. | |
GetFieldValue<T> | System.Data.Common.DbDataReaderから継承されます。 | |
GetFieldValueAsync | オーバーロードされます。 System.Data.Common.DbDataReaderから継承されます。 | |
GetFloat | 指定された列の値を単精度浮動小数点数値として取得します。 C1.DataConnector.C1DataReaderBaseから継承されます。 | |
GetGuid | 指定された列の値をグローバル一意識別子(GUID)として取得します。 C1.DataConnector.C1DataReaderBaseから継承されます。 | |
GetInt16 | 指定された列の値を 16 ビット符号付き整数として取得します。 C1.DataConnector.C1DataReaderBaseから継承されます。 | |
GetInt32 | 指定された列の値を 32 ビット符号付き整数として取得します。 C1.DataConnector.C1DataReaderBaseから継承されます。 | |
GetInt64 | 指定された列の値を 64 ビット符号付き整数として取得します。 C1.DataConnector.C1DataReaderBaseから継承されます。 | |
GetLifetimeService | System.MarshalByRefObjectから継承されます。 | |
GetName | オーバーライドされます。 Gets the name of the column, given the zero-based column ordinal. | |
GetOrdinal | オーバーライドされます。 Gets the column ordinal given the name of the column. | |
GetSchemaTable | オーバーライドされます。 Schema information is difficult to map into .NET conventions, so a lot of work must be done to gather the necessary information so it can be represented in an ADO.NET manner. | |
GetStream | System.Data.Common.DbDataReaderから継承されます。 | |
GetString | 指定された列の値を文字列として取得します。 C1.DataConnector.C1DataReaderBaseから継承されます。 | |
GetTextReader | System.Data.Common.DbDataReaderから継承されます。 | |
GetValue | オーバーライドされます。 Gets the value of the specified column as an instance of System.Object. | |
GetValues | オーバーライドされます。 Populates an array of objects with the column values of the current row. | |
InitializeLifetimeService | System.MarshalByRefObjectから継承されます。 | |
IsDBNull | オーバーライドされます。 Gets a value that indicates whether the column contains nonexistent or missing values. | |
IsDBNullAsync | オーバーロードされます。 System.Data.Common.DbDataReaderから継承されます。 | |
NextResult | オーバーライドされます。 Advances the reader to the next result when reading the results of a batch of statements. | |
NextResultAsync | オーバーロードされます。 System.Data.Common.DbDataReaderから継承されます。 | |
Read | オーバーライドされます。 Advances the reader to the next record in a result set. | |
ReadAsync | オーバーロードされます。 オーバーライドされます。 An asynchronous version of Read method. |