Contents Index FillSchema method InsertCommand property

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

GetFillParameters method


Description 

The parameters set by the user when executing a SELECT statement.

Syntax 

AsaParameter[ ] GetFillParameters( )

Return value 

An array of IDataParameter objects that contains the parameters set by the user.

Implements 

IDataAdapter.GetFillParameters


Contents Index FillSchema method InsertCommand property