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 2.0 API Reference » ULParameter class

Value property Next Page

ResetDbType method


This method is not supported in UltraLite.NET.

Syntax

Visual Basic

Public Overrides Sub ResetDbType()

C#

public override void ResetDbType();

Remarks

In UltraLite.NET, parameters can only be used as IN parameters and all mapping information is ignored. Only the ULParameter.Value is important.

See also