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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SAParameter class » SAParameter constructors

SAParameter constructors Next Page

SAParameter() constructor


Initializes an SAParameter object with null (Nothing in Visual Basic) as its value.

Syntax

Visual Basic

Public Sub New()

C#

public SAParameter();

See also