The fields of the Statement class are listed below. For a complete list of Statement class members, see the Statement Members topic.
CommandTimeout | The command timeout associated with the statement |
CommandType | The type of command based one the Ado.net CommandType enum |
Description | Optional description of this statement for use in code gen |
Name | The name of the statment in terms of your application |
OutputParms | The output parameters used by this statement. |
Parms | Input parameters. These must be created by code |
SQL | The Sql the statement represents and will execute |
Statement Class | SnapDAL Namespace