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