Query style
Energy.Query.Style is a global style object for query generation. It is a global singleton via Energy.Base.Pattern.GlobalObject<Style>.
Energy.Query.Style style = Energy.Query.Style.Global;
style.IdentityName = "id";
style.IdentityType = "BIGINT";
Properties
| Property | Default | Description |
|---|---|---|
IdentityName |
id |
Name of the identity column. |
IdentityType |
BIGINT |
Type of the identity column. |
See also
query-scriptquery-dialect