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

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SAParameter class » SAParameter constructors

 

SAParameter(String, SADbType) 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 _
)
C#

public  SAParameter(
   string  parameterName,
   SADbType dbType
);
Parameters
  • parameterName   The name of the parameter.

  • dbType   One of the SADbType values.

See also