Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.Helpers Namespaces
CMS.Helpers
QueryHelper Class
QueryHelper Methods
BuildQuery Method
BuildQueryWithHash Method
Contains Method
ContainsColumn Method
GetBoolean Method
GetColor Method
GetControlClientId Method
GetDecimal Method
GetDouble Method
GetGuid Method
GetHash Method
GetInteger Method
GetParameterString Method
GetString Method
GetText Method
GetValue Method
SetValue Method
ToString Method
TryGetValue Method
ValidateHash Method
ValidateHashString Method
QueryHelper
TryGetValue Method
Returns value of column.
Namespace:
CMS.Helpers
Assembly:
CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
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
QueryHelper Class
CMS.Helpers Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com