Click or drag to resize

SpecificationTInclude Method

Sets the include path that must be considered when using the specification.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntax
public void Include(
	string includePath
)

Parameters

includePath
Type: SystemString
The dot-separated list of related objects to return in the query results.

Implements

ISpecificationTInclude(String)
See Also