DomainObjects Class Library

Query.ExplicitSelectFields Property

Gets the fields whose values will be returned by the DataSet.

public IEnumerable<T> ExplicitSelectFields {get;}

Property Value

The fields whose values will be returned by the DataSet.

Implements

IQuery.

See Also

Query Class | DomainObjects.Facade.Command Namespace