DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.DataConnector.AdoNet Namespace / C1DataReader Class
Properties Methods


In This Topic
    C1DataReader Class Members
    In This Topic

    The following tables list the members exposed by C1DataReader.

    Public Properties
     NameDescription
    Public PropertyOverridden.  Gets a value indicating the depth of nesting for the current row.  
    Public PropertyOverridden.  Gets the number of columns in the current row.  
    Public PropertyOverridden. Gets a value that indicates whether this C1DataReader contains one or more rows.  
    Public PropertyOverridden. Gets a value indicating whether the C1DataReader is closed.  
    Public PropertyOverloaded. Overridden. Gets the value of the specified column as an instance of System.Object.  
    Public PropertyOverridden.  Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.  
    Public Property (Inherited from System.Data.Common.DbDataReader)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Closes the C1DataReader object  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method Gets the value of the specified column as a Boolean. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets the value of the specified column as a Byte. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Writes in the passed buffer a number of bytes read from within a column. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets the value of the specified column as a single character. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Writes in the passed buffer a number of characters read from within a column. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets a string representing the data type of the specified column. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets the value of the specified column as a DateTime object. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets the value of the specified column as a Decimal object. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets the value of the specified column as a double-precision floating point number. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public MethodOverridden.  Gets the data type of the specified column.  
    Public Method (Inherited from System.Data.Common.DbDataReader)
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbDataReader)
    Public Method Gets the value of the specified column as a single-precision floating point number. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets the value of the specified column as a globally unique identifier (GUID). (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets the value of the specified column as a 16-bit signed integer. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets the value of the specified column as a 32-bit signed integer. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets the value of the specified column as a 64-bit signed integer. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverridden.  Gets the name of the column, given the zero-based column ordinal.  
    Public MethodOverridden.  Gets the column ordinal given the name of the column.  
    Public MethodOverridden.  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.  
    Public Method (Inherited from System.Data.Common.DbDataReader)
    Public Method Gets the value of the specified column as a string. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method (Inherited from System.Data.Common.DbDataReader)
    Public MethodOverridden. Gets the value of the specified column as an instance of System.Object.  
    Public MethodOverridden.  Populates an array of objects with the column values of the current row.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverridden.  Gets a value that indicates whether the column contains nonexistent or missing values.  
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbDataReader)
    Public MethodOverridden.  Advances the reader to the next result when reading the results of a batch of statements.  
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbDataReader)
    Public MethodOverridden.  Advances the reader to the next record in a result set.  
    Public MethodOverloaded. Overridden. An asynchronous version of Read method.  
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Data.Common.DbDataReader)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Top
    See Also