DomainObjects Class Library

Query Class

Query is an abstract base class for queries handled by DomainObjects. This class is not intended for subclassing outside of the DomainObjects framework.

Use Query<ClassToFind> to create your queries.

For a list of all members of this type, see Query Members.

System.Object
   Query
      Query<ClassToFind>
      TableExpressionQuery

[Serializable]
[Serializable]
public class Query : IQuery, ITableMappedObject, IObjectModelExpression

Requirements

Namespace: DomainObjects.Facade.Command

Assembly: DomainObjects.Core (in DomainObjects.Core.dll)

See Also

Query Members | DomainObjects.Facade.Command Namespace