Interface ISubqueryLink
Subquery link interface
Inherited Members
Namespace: XData.DataSource.Structure
Assembly: XData.docfx.dll
Syntax
public interface ISubqueryLink : IInnerLink, IOptionalFilter, IFilter, ICloneable
Properties
| Improve this Doc View SourceLinkedPropertyName
Declaration
string LinkedPropertyName { get; }
Property Value
Type | Description |
---|---|
String |
LinkedType
Linked type full name
Declaration
string LinkedType { get; }
Property Value
Type | Description |
---|---|
String |
PropertyName
Declaration
string PropertyName { get; }
Property Value
Type | Description |
---|---|
String |