DataRecordContainerGetValue Method |
Gets the value of a column identified by its name, if the column exists within this record container.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public Object GetValue(
string columnName
)
Parameters
- columnName
- Type: SystemString
Name of column whose value to get.
Return Value
Type:
ObjectReturns the value of the column, if the column exists. Otherwise returns null.
Implements
ISimpleDataContainerGetValue(String)See Also