ClassStructureInfo.TryGetValue Method |
Returns value of column.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic 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:
BooleanReturns true if the operation was successful (the value was present)
See Also