SpecificationTIncludePaths 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
Syntaxpublic IEnumerable<string> IncludePaths { get; }
Public ReadOnly Property IncludePaths As IEnumerable(Of String)
Get
public:
virtual property IEnumerable<String^>^ IncludePaths {
IEnumerable<String^>^ get () sealed;
}
abstract IncludePaths : IEnumerable<string> with get
override IncludePaths : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringImplements
ISpecificationTIncludePaths
See Also