AseCommand constructors

Description

Initializes an AseCommand object.

Syntax 1

void AseCommand( )

Syntax 2

void AseCommand( string cmdText )

Syntax 3

void AseCommand( string cmdText, AseConnection connection )

Syntax 4

void AseCommand( string cmdText, AseConnection connection, AseTransaction transaction )

Parameters

cmdText: The text of the SQL statement or stored procedure.

connection: The current connection.

transaction: The AseTransaction in which the AseConnection executes.