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

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

Parameters

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

Type Parameters

T

Return Value

Type: InfoDataSetTInfo
See Also