Name | Description | |
---|---|---|
![]() | Close | Closes the C1.DataConnector.AdoNet.C1DataReader object (Inherited from C1.DataConnector.AdoNet.C1DataReader) |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | GetBoolean | Gets the value of the specified column as a Boolean. (Inherited from C1.DataConnector.C1DataReaderBase) |
![]() | GetByte | Gets the value of the specified column as a Byte. (Inherited from C1.DataConnector.C1DataReaderBase) |
![]() | GetBytes | Writes in the passed buffer a number of bytes read from within a column. (Inherited from C1.DataConnector.C1DataReaderBase) |
![]() | GetChar | Gets the value of the specified column as a single character. (Inherited from C1.DataConnector.C1DataReaderBase) |
![]() | GetChars | Writes in the passed buffer a number of characters read from within a column. (Inherited from C1.DataConnector.C1DataReaderBase) |
![]() | GetDataTypeName | Gets a string representing the data type of the specified column. (Inherited from C1.DataConnector.C1DataReaderBase) |
![]() | GetDateTime | Gets the value of the specified column as a DateTime object. (Inherited from C1.DataConnector.C1DataReaderBase) |
![]() | GetDecimal | Gets the value of the specified column as a Decimal object. (Inherited from C1.DataConnector.C1DataReaderBase) |
![]() | GetDouble | Gets the value of the specified column as a double-precision floating point number. (Inherited from C1.DataConnector.C1DataReaderBase) |
![]() | GetFieldType | Gets the data type of the specified column. (Inherited from C1.DataConnector.AdoNet.C1DataReader) |
![]() | GetFieldValue | (Inherited from System.Data.Common.DbDataReader) |
![]() | GetFieldValueAsync | Overloaded. (Inherited from System.Data.Common.DbDataReader) |
![]() | GetFloat | Gets the value of the specified column as a single-precision floating point number. (Inherited from C1.DataConnector.C1DataReaderBase) |
![]() | GetGuid | Gets the value of the specified column as a globally unique identifier (GUID). (Inherited from C1.DataConnector.C1DataReaderBase) |
![]() | GetInt16 | Gets the value of the specified column as a 16-bit signed integer. (Inherited from C1.DataConnector.C1DataReaderBase) |
![]() | GetInt32 | Gets the value of the specified column as a 32-bit signed integer. (Inherited from C1.DataConnector.C1DataReaderBase) |
![]() | GetInt64 | Gets the value of the specified column as a 64-bit signed integer. (Inherited from C1.DataConnector.C1DataReaderBase) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | GetName | Gets the name of the column, given the zero-based column ordinal. (Inherited from C1.DataConnector.AdoNet.C1DataReader) |
![]() | GetOrdinal | Gets the column ordinal given the name of the column. (Inherited from C1.DataConnector.AdoNet.C1DataReader) |
![]() | GetSchemaTable | Overridden. Returns a System.Data.DataTable that describes the column metadata of the C1SnowflakeDataReader. |
![]() | GetStream | (Inherited from System.Data.Common.DbDataReader) |
![]() | GetString | Gets the value of the specified column as a string. (Inherited from C1.DataConnector.C1DataReaderBase) |
![]() | GetTextReader | (Inherited from System.Data.Common.DbDataReader) |
![]() | GetValue | Gets the value of the specified column as an instance of System.Object. (Inherited from C1.DataConnector.AdoNet.C1DataReader) |
![]() | GetValues | Populates an array of objects with the column values of the current row. (Inherited from C1.DataConnector.AdoNet.C1DataReader) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | IsDBNull | Gets a boolean for whether the specified column is missing a value or not/false. (Inherited from C1.DataConnector.AdoNet.C1DataReader) |
![]() | IsDBNullAsync | Overloaded. (Inherited from System.Data.Common.DbDataReader) |
![]() | NextResult | Advances the reader to the next result when reading the results of a batch of statements. (Inherited from C1.DataConnector.AdoNet.C1DataReader) |
![]() | NextResultAsync | Overloaded. (Inherited from System.Data.Common.DbDataReader) |
![]() | Read | Advances the reader to the next record in a result set. (Inherited from C1.DataConnector.AdoNet.C1DataReader) |
![]() | ReadAsync | Overloaded. An asynchronous version of Read method. (Inherited from C1.DataConnector.AdoNet.C1DataReader) |