DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameter Class
Properties Methods


In This Topic
    C1DbParameter Class Members
    In This Topic

    The following tables list the members exposed by C1DbParameter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden.  Get or sets the parameter type.  
    Public PropertyOverridden.  Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.  
    Public PropertyOverridden.  Gets or sets a value that indicates whether the parameter accepts null values.  
    Public PropertyOverridden.  Gets or sets the parameter name.  
    Public Property (Inherited from System.Data.Common.DbParameter)
    Public Property (Inherited from System.Data.Common.DbParameter)
    Public PropertyOverridden.  Gets or sets the maximum size, in bytes, of the data within the column.  
    Public PropertyOverridden.  Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value.  
    Public PropertyOverridden.  Sets or gets a value which indicates whether the source column is nullable. This allows DbCommandBuilder to correctly generate Update statements for nullable columns.  
    Public PropertyOverridden. Gets or sets the System.Data.DataRowVersion to use when you load Value. Default is System.Data.DataRowVersion.Current.  
    Public PropertyOverridden.  Gets or sets the parameter value.  
    Top
    Public Methods
     NameDescription
    Public MethodCreate a copy of the current C1DbParameter instance.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverridden.  Resets the DbType property to its original settings.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Top
    See Also