DbParameter Class |
Namespace: Innovator.Client.Connection
The DbParameter type exposes the following members.
Name | Description | |
---|---|---|
![]() | DbParameter | Initializes a new instance of the DbParameter class |
![]() | DbParameter(String, Object) | Initializes a new instance of the DbParameter class |
Name | Description | |
---|---|---|
![]() | ParameterName | |
![]() | Value |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | IDataParameterDbType | Gets or sets the DbType of the parameter. |
![]() ![]() | IDataParameterDirection | Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter. |
![]() ![]() | IDataParameterIsNullable | Gets a value indicating whether the parameter accepts null values. |
![]() ![]() | IDbDataParameterPrecision | Indicates the precision of numeric parameters. |
![]() ![]() | IDbDataParameterScale | Indicates the scale of numeric parameters. |
![]() ![]() | IDbDataParameterSize | The size of the parameter. |
![]() ![]() | IDataParameterSourceColumn | |
![]() ![]() | IDataParameterSourceVersion | Gets or sets the DataRowVersion to use when loading Value. |