Contents Index Connection property DesignTimeVisible property

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaCommand class

CreateParameter method


Description 

Provides an AsaParameter object for supplying parameters to AsaCommand objects.

Syntax 

AsaParameter CreateParameter( )

Return value 

A new parameter, as an AsaParameter object.

Usage 

Stored procedures and some other SQL statements can take parameters, indicated in the text of a statement by a question mark (?).

The CreateParameter method provides an AsaParameter object. You can set properties on the AsaParameter to specify the value, data type, and so on for the parameter.

See also 

AsaParameter class


Contents Index Connection property DesignTimeVisible property