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

In This Topic
    ExactTargetParameter Class Members
    In This Topic

    The following tables list the members exposed by ExactTargetParameter.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ExactTargetParameter class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the System.Data.DbType of the parameter. (Inherited from Devart.Data.SqlShimParameter)
    Public PropertyGets or sets a value indicating whether the parameter is input-only, output-only, or bidirectional parameter. (Inherited from Devart.Data.SqlShimParameter)
    Public PropertyGets or sets a value indicating whether the parameter accepts null values. (Inherited from Devart.Common.DbParameterBase)
    Public PropertyGets or sets the name of the Devart.Common.DbParameterBase. (Inherited from Devart.Common.DbParameterBase)
    Public PropertyGets or sets the maximum number of digits used to represent the Value property. (Inherited from Devart.Data.SqlShimParameter)
    Public PropertyGets or sets the number of decimal places to which Value is resolved. (Inherited from Devart.Data.SqlShimParameter)
    Public PropertyGets or sets the maximum size, in bytes, of the data within the column. (Inherited from Devart.Common.DbParameterBase)
    Public PropertyGets or sets the name of the source column mapped to the System.Data.DataSet and used for loading or returning the Value. For internal use. (Inherited from Devart.Common.DbParameterBase)
    Public PropertySets or gets a value which indicates whether the source column is nullable. (Inherited from Devart.Common.DbParameterBase)
    Public PropertyGets or sets the System.Data.DataRowVersion to use when loading Value. (Inherited from Devart.Common.DbParameterBase)
    Public PropertyGets or sets the value of the parameter. (Inherited from Devart.Common.DbParameterBase)
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current Devart.Data.SqlShimParameter instance. (Inherited from Devart.Data.SqlShimParameter)
    Public MethodCopies all properties of a Devart.Common.DbParameterBase object to another Devart.Common.DbParameterBase object. (Inherited from Devart.Common.DbParameterBase)
    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 MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodClears explicit Devart.Data.SqlShimParameter.DbType assignment. (Inherited from Devart.Data.SqlShimParameter)
    Public MethodGets a string containing the ParameterName. (Inherited from Devart.Data.SqlShimParameter)
    Top
    See Also