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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual TInfo GetInfoByGuidColumn(
	string columnName,
	Guid value
)

Parameters

columnName
Type: SystemString
String column name
value
Type: SystemGuid
Value of the column to look for

Return Value

Type: TInfo
See Also