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