Member name | Description |
---|---|
Initializes a new instance of the ULCommand class. |
Member name | Description |
---|---|
Specifies the text of the SQL statement or the name of the table when the ULCommand.CommandType is System.Data.CommandType.TableDirect. For parameterized statements, use a question mark (?) placeholder to pass parameters. | |
This feature is not supported by UltraLite.NET. | |
Specifies the type of command to be executed. | |
The connection object on which to execute the ULCommand object. | |
Indicates if the ULCommand should be visible in a customized Windows Form Designer control. | |
UL Ext.: Specifies the name of the index to open (sort) the table with when the ULCommand.CommandType is System.Data.CommandType.TableDirect. | |
Specifies the parameters for the current statement. | |
UL Ext.: Returns the access plan UltraLite.NET uses to execute a query. This property is intended primarily for use during development. | |
Specifies the ULTransaction in which the ULCommand executes. | |
Specifies how command results are applied to the DataRow when used by the Update method of the ULDataAdapter. |
Member name | Description |
---|---|
Initiates the asynchronous execution of a SQL statement that is described by this ULCommand, given a callback procedure and state information. | |
Initiates the asynchronous execution of a SQL statement that is described by this ULCommand, and retrieves the result set. | |
This method is not supported in UltraLite.NET. | |
Provides a ULParameter object for supplying parameters to ULCommand objects. | |
Finishes asynchronous execution of a SQL statement. | |
Finishes asynchronous execution of a SQL statement, returning the requested ULDataReader. | |
Executes a statement that does not return a result set, such as a SQL INSERT, DELETE, or UPDATE statement. | |
Executes a SQL SELECT statement and returns the result set. | |
UL Ext.: Executes a SQL SELECT statement and returns the result set as a ULResultSet. | |
Executes a SQL SELECT statement and returns a single value. | |
UL Ext.: Retrieves in a ULTable a database table for direct manipulation. The ULCommand.CommandText is interpreted as the name of the table and ULCommand.IndexName can be used to specify a table sorting order. | |
Pre-compiles and stores the SQL statement of this command. |