Kentico 8.2 API Reference
Kentico 8.2 API Reference
Namespaces
CMS.MacroEngine
DateTimeContainer Class
DateTimeContainer Methods
ContainsColumn Method
Equals Method
GetHashCode Method
GetTypeCode Method
GetValue Method
SetValue Method
ToBoolean Method
ToByte Method
ToDateTime Method
ToDecimal Method
ToDouble Method
ToChar Method
ToInt16 Method
ToInt32 Method
ToInt64 Method
ToSByte Method
ToSingle Method
ToString Method
ToType Method
ToUInt16 Method
ToUInt32 Method
ToUInt64 Method
TryGetValue Method
DateTimeContainer
TryGetValue Method
Returns value of column.
Namespace:
CMS.MacroEngine
Assembly:
CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
Copy
public
bool
TryGetValue
(
string
columnName
,
out
Object
value
)
Parameters
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)
Implements
IDataContainer
TryGetValue(String, Object
)
See Also
Reference
DateTimeContainer Class
CMS.MacroEngine Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com