Table of Contents

Class DataQuerySourceParameters

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Parameters for the data query source

public class DataQuerySourceParameters
Inheritance
object
DataQuerySourceParameters
Extension Methods

Constructors

DataQuerySourceParameters(IDataQuery, DataQuerySettings, int, int)

Constructor

public DataQuerySourceParameters(IDataQuery query, DataQuerySettings settings, int offset, int maxRecords)

Parameters

query IDataQuery

Data query

settings DataQuerySettings

Query parameters

offset int

Offset of the first record to retrieve

maxRecords int

Max records to retrieve

Properties

MaxRecords

Max records to retrieve

public int MaxRecords { get; set; }

Property Value

int

Offset

Offset of the first record to retrieve

public int Offset { get; set; }

Property Value

int

Query

Executing query

public IDataQuery Query { get; set; }

Property Value

IDataQuery

Settings

Query parameters

public DataQuerySettings Settings { get; set; }

Property Value

DataQuerySettings

TotalRecords

Returns total records

public int TotalRecords { get; set; }

Property Value

int

Methods

ToString()

Gets the string representation of the where condition

public override string ToString()

Returns

string