Interface IQueryableParamInfo
Holds the defintion for a parameter against a IQueryableItem
This contains information about the parameter and its position so the system knows how to call this queryable item when joining to it and when querying it
Namespace: LemonEdge.API.Queries
Assembly: API.dll
Syntax
public interface IQueryableParamInfo
Properties
Index
The order in which the parameter appears against the set of all parameters for the queryable item
Declaration
short Index { get; }
Property Value
Type | Description |
---|---|
System.Int16 |
Name
The name of the parameter
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |