Member name | Description |
---|---|
Initializes a new instance of the SAParameter class. |
Member name | Description |
---|---|
Gets and sets the DbType of the parameter. |
|
Gets and sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter. |
|
Gets and sets a value indicating whether the parameter accepts null values. |
|
Gets and sets the offset to the Value property. |
|
Gets and sets the name of the SAParameter. |
|
Gets and sets the maximum number of digits used to represent the Value property. |
|
The SADbType of the parameter. |
|
Gets and sets the number of decimal places to which Value is resolved. |
|
Gets and sets the maximum size, in bytes, of the data within the column. |
|
Gets and sets the name of the source column mapped to the DataSet and used for loading or returning the value. |
|
Gets and sets value that indicates whether the source column is nullable. This allows SACommandBuilder to generate Update statements for nullable columns correctly. |
|
Gets and sets the DataRowVersion to use when loading Value. |
|
Gets and sets the value of the parameter. |
Member name | Description |
---|---|
Resets the type (the values of DbType and SADbType) associated with this SAParameter. |
|
Returns a string containing the ParameterName. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |