Show / Hide Table of Contents

Class QDataDetail<T>

Object holding selections and filtering for a specified class

Inheritance
object
QDataDetail<T>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Overrides
object.ToString()
In this article
Back to top Generated by DocFX