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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual TInfo GetInfoByColumn<T>(
	string columnName,
	T value
)

Parameters

columnName
Type: SystemString
Column name
value
Type: T
Value to look for

Type Parameters

T

Return Value

Type: TInfo
See Also