Click or drag to resize
AbstractInfoProvider<TInfo, TProvider, TQuery>.GetDataByIntColumn Method

Note: This API is now obsolete.

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#
[ObsoleteAttribute("Use GetDataByColumn<T>(string, T, string) instead.")]
protected InfoDataSet<TInfo> GetDataByIntColumn(
	string columnName,
	int value,
	string columns = null
)

Parameters

columnName
Type: System.String
Integer column name
value
Type: System.Int32
Value of the record ID to look for
columns (Optional)
Type: System.String
List of columns to be retrieved

Return Value

Type: InfoDataSet<TInfo>
See Also