Represents a parameter to an SACommand, and optionally, its mapping to a DataSet column.
Public NotInheritable Class SAParameter Inherits System.Data.Common.DbParameter Implements System.ICloneable
public sealed class SAParameter : System.Data.Common.DbParameter, System.ICloneable
All members of SAParameter class, including all inherited members.
Name | Description |
---|---|
Initializes an SAParameter object with null (Nothing in Visual Basic) as its value. | |
Resets the type (the values of DbType and SADbType) associated with this SAParameter. | |
Returns a string containing the ParameterName. | |
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. | |
Gets and sets the DataRowVersion to use when loading Value. | |
Gets and sets the value of the parameter. |
Implements: IDbDataParameter, IDataParameter, ICloneable
SAParameter constructor
ResetDbType method
ToString method
DbType property
Direction property
IsNullable property
Offset property
ParameterName property
Precision property
SADbType property
Scale property
Size property
SourceColumn property
SourceColumnNullMapping property
SourceVersion property
Value property
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |