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

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

Parameters

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

Return Value

Type: InfoDataSetTInfo
See Also