Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryGetInfoByIntColumn Method
Gets an instance of info object based on the integer column value.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
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