Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULParameter class

ULParameter class Next Page

ULParameter members


Public constructors
Member nameDescription
ULParameter constructor

Initializes a ULParameter object with null (Nothing in Visual Basic) as its value.

ULParameter constructor

Initializes a ULParameter object with the specified parameter name and value.

ULParameter constructor

Initializes a ULParameter object with the specified parameter name and data type. This constructor is not recommended; it is provided for compatibility with other data providers.

ULParameter constructor

Initializes a ULParameter object with the specified parameter name and data type. This constructor is not recommended; it is provided for compatibility with other data providers.

ULParameter constructor

Initializes a ULParameter object with the specified parameter name, data type, and length. This constructor is not recommended; it is provided for compatibility with other data providers.

ULParameter constructor

Initializes a ULParameter object with the specified parameter name, data type, length, direction, nullability, numeric precision, numeric scale, source column, source version, and value. This constructor is not recommended; it is provided for compatibility with other data providers.

Public properties
Member nameDescription
DbType property

Specifies the System.Data.DbType of the parameter

Direction property

A value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.

IsNullable property

Specifies whether the parameter accepts null values.

Offset property

Specifies the offset to the ULParameter.Value.

ParameterName property

Specifies the name of the parameter.

Precision property

Specifies the maximum number of digits used to represent the ULParameter.Value.

Scale property

Specifies the number of decimal places to which ULParameter.Value is resolved.

Size property

Specifies the maximum size of the data within the column.

SourceColumn property

Specifies the name of the source column mapped to the DataSet and used for loading or returning the value.

SourceVersion property

The System.Data.DataRowVersion to use when loading ULParameter.Value.

ULDbType property

Specifies the iAnywhere.Data.UltraLite.ULDbType of the parameter

Value property

Specifies the value of the parameter.

Public methods
Member nameDescription
ToString method

Returns the string representation of this instance.