Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryGetInfoByIntColumn Method

Note: This API is now obsolete.

Gets an instance of info object based on the integer column value.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use GetInfoByColumn<T>(string, T) instead.")]
protected virtual TInfo GetInfoByIntColumn(
	string columnName,
	int value
)

Parameters

columnName
Type: SystemString
Integer column name
value
Type: SystemInt32
Value to look for

Return Value

Type: TInfo
See Also