Click or drag to resize
ClassStructureInfo.TryGetValue Method
Returns value of column.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public bool TryGetValue(
	IDataClass obj,
	string columnName,
	out Object value
)

Parameters

obj
Type: CMS.DataEngine.IDataClass
Object
columnName
Type: System.String
Column name
value
Type: System.Object
Returns the value

Return Value

Type: Boolean
Returns true if the operation was successful (the value was present)
See Also