Interface ISubqueryLinkAdapter
Subquery link filter description adapter
Inherited Members
Namespace: XData.Mapping.Dynamic
Assembly: XData.docfx.dll
Syntax
public interface ISubqueryLinkAdapter : IFilterAdapter
Methods
| Improve this Doc View SourceSubqueryLink(String)
Subquery link filter description
Declaration
IFilterDescription SubqueryLink(string subqueryProperty)
Parameters
| Type | Name | Description |
|---|---|---|
| String | subqueryProperty | Subquery property name to link with |
Returns
| Type | Description |
|---|---|
| IFilterDescription | Filter description |
SubqueryLink(String, String)
Subquery link filter description
Declaration
IFilterDescription SubqueryLink(string subqueryProperty, string property)
Parameters
| Type | Name | Description |
|---|---|---|
| String | subqueryProperty | Subquery property name to link with |
| String | property | Base query property name to link with |
Returns
| Type | Description |
|---|---|
| IFilterDescription | Filter description |