Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryGetDataByIntColumn Method
Returns the data according to the set of input parameters.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected InfoDataSet<TInfo> GetDataByIntColumn(
	string columnName,
	int value,
	string columns = null
)

Parameters

columnName
Type: SystemString
Integer column name
value
Type: SystemInt32
Value of the record ID to look for
columns (Optional)
Type: SystemString
List of columns to be retrieved

Return Value

Type: InfoDataSetTInfo
See Also