ODataStatement class
Represents the result of ODataQueryBuilder’s work. Implements the Korzh.EasyQuery.QueryStatement
public class Korzh.EasyQuery.ODataStatement : QueryStatement
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
ODataStatement() | void |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
ODataQuery | string | Gets or sets the ODATA query. |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
GetStatement() | string | Returns the ODATA query statement. |