Class DataQuerySourceParameters
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Parameters for the data query source
public class DataQuerySourceParameters
- Inheritance
-
objectDataQuerySourceParameters
- Extension Methods
Constructors
DataQuerySourceParameters(IDataQuery, DataQuerySettings, int, int)
Constructor
public DataQuerySourceParameters(IDataQuery query, DataQuerySettings settings, int offset, int maxRecords)
Parameters
queryIDataQueryData query
settingsDataQuerySettingsQuery parameters
offsetintOffset of the first record to retrieve
maxRecordsintMax 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
Settings
Query parameters
public DataQuerySettings Settings { get; set; }
Property Value
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