SqlTriggerParameters.OnNewItems Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Input parameters for the OnNewItems trigger operation (operationId: GetOnNewItems_V2).
public static class SqlTriggerParameters.OnNewItems
type SqlTriggerParameters.OnNewItems = class
Public Class SqlTriggerParameters.OnNewItems
- Inheritance
-
SqlTriggerParameters.OnNewItems
Fields
| Name | Description |
|---|---|
| Filter |
An ODATA filter query to restrict the entries returned (e.g. stringColumn eq 'string' OR numberColumn lt 123). |
| Orderby |
An ODATA orderBy query for specifying the order of entries. |
| Select |
Specific fields to retrieve from entries (default = all). |
| Top |
Total number of entries to retrieve (default = all). |
| XMsOperationContext |
Special header to enable operation simulation |