ULParameter members

Public constructors
Member name Description

ULParameter constructors

Initializes a new instance of the ULParameter class.

Public properties
Member name Description

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.

SourceColumnNullMapping property

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 name Description

ResetDbType method

This method is not supported in UltraLite.NET.

ToString method

Returns the string representation of this instance.

See also