DomainObjects Class Library

ScalarQuery Class

ScalarQuery is an abstract base class for queries handled by DomainObjects. This class is not intended for subclassing outside of the DomainObjects framework. Use ScalarQuery`1 to create your queries.

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

System.Object
   Field
      ScalarQuery
         ScalarQuery<SelectFromClass>

[Serializable]
[Serializable]
public class ScalarQuery : Field, IQuery, ITableMappedObject

Requirements

Namespace: DomainObjects.Facade.Command

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

See Also

ScalarQuery Members | DomainObjects.Facade.Command Namespace