ISpecificationTIncludePaths Property |
Gets the dot-separated lists of related objects to return in the query results.
Namespace:
Enkoni.Framework
Assembly:
Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
SyntaxIEnumerable<string> IncludePaths { get; }
ReadOnly Property IncludePaths As IEnumerable(Of String)
Get
property IEnumerable<String^>^ IncludePaths {
IEnumerable<String^>^ get ();
}
abstract IncludePaths : IEnumerable<string> with get
Property Value
Type:
IEnumerableString
See Also