dotConnect for Salesforce Marketing Cloud Documentation
Devart.Data.ExactTarget Namespace / ExactTargetDataReader Class
Properties Methods

In This Topic
    ExactTargetDataReader Class Members
    In This Topic

    The following tables list the members exposed by ExactTargetDataReader.

    Public Properties
     NameDescription
    Public PropertyGets a value indicating the depth of nesting for the current row. (Inherited from Devart.Common.DbDataReaderBase)
    Public PropertyIndicates whether the Devart.Data.SqlShimDataReader has been read completely. (Inherited from Devart.Data.SqlShimDataReader)
    Public PropertyGets the number of columns in the current row. (Inherited from Devart.Data.SqlShimDataReader)
    Public PropertyGets a value indicating whether the Devart.Data.SqlShimDataReader contains one or more rows. (Inherited from Devart.Data.SqlShimDataReader)
    Public PropertyGets a value indicating whether the data reader is closed. (Inherited from Devart.Common.DbDataReaderBase)
    Public PropertyOverloaded. Gets the value of the specified column in its native format given the column name. (Inherited from Devart.Common.DbDataReaderBase)
    Public Property (Inherited from Devart.Data.SqlShimDataReader)
    Public PropertyGets the number of rows changed, inserted, or deleted by execution of the SQL statement. (Inherited from Devart.Data.SqlShimDataReader)
    Public PropertyGets the number of fields in the System.Data.Common.DbDataReader that are not hidden. (Inherited from System.Data.Common.DbDataReader)
    Top
    Public Methods
     NameDescription
    Public MethodCloses the Devart.Data.SqlShimDataReader object. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Gets the value of the specified column as a Boolean. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodOverloaded. Gets the value of the specified column as a byte. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodOverloaded. Reads a stream of bytes from the specified column offset into the buffer as an array starting at the given buffer offset. (Inherited from Devart.Common.DbDataReaderBase)
    Public MethodOverloaded. Gets the value of the specified column as a single character. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodOverloaded. Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset. (Inherited from Devart.Common.DbDataReaderBase)
    Public MethodOverloaded. Gets the name of the source data type. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodOverloaded. Gets the value of the specified column as a System.DateTime object. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodOverloaded. Gets the value of the specified column as a DateTimeOffset object. (Inherited from Devart.Common.DbDataReaderBase)
    Public MethodOverloaded. Gets the value of the specified column as a System.Decimal object. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodOverloaded. Gets the value of the specified column as a double-precision floating point number. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodOverloaded. Gets the System.Type that is the data type of the object. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodOverloaded. Gets the value of the specified column as a single-precision floating point number. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodOverloaded. Gets the value of the specified column as a globally-unique identifier (GUID). (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodOverloaded. Gets the value of the specified column as a 16-bit signed integer. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodOverloaded. Gets the value of the specified column as a 32-bit signed integer. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodOverloaded. Gets the value of the specified column as a 64-bit signed integer. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public Method

    Gets the name of the specified column.

    (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodGets the column ordinal, given the name of the column. (Inherited from Devart.Common.DbDataReaderBase)
    Public MethodOverloaded. Gets the System.Type that is the provider-specific data type of the object. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodOverloaded. Gets the value of the specified column. If possible, a provider-specific type is used. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodGets all column values for the current row. If possible, a provider-specific type is used. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodReturns a System.Data.DataTable that describes the column metadata of the Devart.Common.DbDataReaderBase. (Inherited from Devart.Common.DbDataReaderBase)
    Public MethodOverloaded. Gets the value of the specified column as a string. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodOverloaded. Gets the value of the specified column in its native format. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodGets all attribute columns in the collection for the current row. (Inherited from Devart.Common.DbDataReaderBase)
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Gets a value indicating whether the column contains non-existent or missing values. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodAdvances the data reader to the next result, when reading the results of batch SQL statements. (Inherited from Devart.Data.SqlShimDataReader)
    Public MethodAdvances the Devart.Data.SqlShimDataReader to the next record. (Inherited from Devart.Data.SqlShimDataReader)
    Top
    See Also