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(String, SADbType) constructor Next Page

SAParameter(String, SADbType, Int32) constructor


Initializes an SAParameter object with the specified parameter name and data type.

Syntax

Visual Basic

Public Sub New( _
ByVal parameterName As String, _
ByVal dbType As SADbType, _
ByVal size As Integer _
)

C#

public SAParameter(
string parameterName,
SADbType dbType,
int size
);

Parameters
See also