Name | Description | |
---|---|---|
![]() | C1DbParameter Constructor | Overloaded. |
The following tables list the members exposed by C1DbParameter.
Name | Description | |
---|---|---|
![]() | C1DbParameter Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | DbType | Overridden. Get or sets the parameter type. |
![]() | Direction | Overridden. Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter. |
![]() | IsNullable | Overridden. Gets or sets a value that indicates whether the parameter accepts null values. |
![]() | ParameterName | Overridden. Gets or sets the parameter name. |
![]() | Precision | (Inherited from System.Data.Common.DbParameter) |
![]() | Scale | (Inherited from System.Data.Common.DbParameter) |
![]() | Size | Overridden. Gets or sets the maximum size, in bytes, of the data within the column. |
![]() | SourceColumn | Overridden. Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value. |
![]() | SourceColumnNullMapping | Overridden. Sets or gets a value which indicates whether the source column is nullable. This allows DbCommandBuilder to correctly generate Update statements for nullable columns. |
![]() | SourceVersion | Overridden. Gets or sets the System.Data.DataRowVersion to use when you load Value. Default is System.Data.DataRowVersion.Current. |
![]() | Value | Overridden. Gets or sets the parameter value. |
Name | Description | |
---|---|---|
![]() | Clone | Create a copy of the current C1DbParameter instance. |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | ResetDbType | Overridden. Resets the DbType property to its original settings. |
Name | Description | |
---|---|---|
![]() | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |