Class Query
Inheritance
System.Object
Query
Namespace: Mars.Core.Data.Entities
Assembly: Mars.Core.dll
Syntax
public class Query : object
Properties
SelectionClause
Gets or sets the filter clause, used to select only data object applicable for
a sequence of conjunctive and/or disjunctive conditions.
Declaration
public ISelection SelectionClause { get; set; }
Property Value
Type | Description |
---|---|
ISelection |
Source
Gets or sets the source as the type element or file, or database to query from.
Declaration
public ISource Source { get; set; }
Property Value
Type | Description |
---|---|
ISource |