ISpecificationTInclude 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
Syntaxvoid Include(
	string includePath
)
Sub Include ( 
	includePath As String
)
void Include(
	String^ includePath
)
abstract Include : 
        includePath : string -> unit 
Parameters
- includePath
 - Type: SystemString
The dot-separated list of related objects to return in the query results. 
See Also