Class QDataDetail<T>
Object holding selections and filtering for a specified class
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class QDataDetail<T>
Type Parameters
Name | Description |
---|---|
T | the concerned object |
Properties
Filter
The filtering part, specification logical filters on the object properties
Declaration
public QFilter<T> Filter { get; set; }
Property Value
Type | Description |
---|---|
QFilter<T> | the filter |
MaximumResults
Maximum results number
Declaration
public int? MaximumResults { get; set; }
Property Value
Type | Description |
---|---|
int? | the maximum result for the query |
Select
The Selection part, specificating the fields to retrieve
Declaration
public QSelect<T> Select { get; set; }
Property Value
Type | Description |
---|---|
QSelect<T> | the select clause |
Methods
ToString()
Override to string
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | string format |