DataExtensions MembersKentico 8.1 API Reference
The DataExtensions type exposes the following members.
Methods

  NameDescription
Public methodStatic memberAs InfoType 
Converts the DataSet to a strongly typed one
Public methodStatic memberAsIndexable TKey, TValue 
Implicit conversion to indexable type with a specific values
Public methodStatic memberAsModifyable
Ensures that the given DataSet is not cached, copies the data if it is
Public methodStatic memberCombineWith(AuthorizationResultEnum, AuthorizationResultEnum)
Combines the authorization result enum with a bool result
Public methodStatic memberCombineWith(AuthorizationResultEnum, Boolean)
Combines the authorization result enum with a bool result
Public methodStatic memberCompare
Compares two BaseInfo objects (data & structure) according to comparison settings given.
Public methodStatic memberCopyTo
Copies the data of specified columns of the source object to the target object.
Public methodStatic memberGetNamedEnumerator T 
Name enumerator over a collection
Public methodStatic memberCheckRequiredColumns
Returns true if given list of columns do not have null values in the object
Public methodStatic memberToAuthorizationResultEnum
Convert the boolean value to a AuthorizationResultEnum, outputs Allowed or Denied based on the bool value.
Public methodStatic memberToBoolean
Convert the authorization result to a boolean value representing allow / deny. Insignificant means deny.
Public methodStatic memberToDictionaryById(IEnumerable BaseInfo )
Converts the list of objects to a dictionary indexed by object ID
Public methodStatic memberToDictionaryById(DataSet, String)
Converts the DataSet to a dictionary indexed by object ID
Public methodStatic memberToHashSet T, TSource 
Converts the list of objects to a dictionary indexed by object ID
Public methodStatic memberToJSON(DataSet, Boolean)
Exports DataSet to JSON string.
Public methodStatic memberToJSON(DataTable, Boolean)
Exports DataSet to JSON string.
Public methodStatic memberToJSON(IEnumerable, String, Boolean)
Returns JSON representation of current instance of IEnumerable.
Public methodStatic memberToJSON(IDataContainer, String, Boolean)
Returns JSON representation of current instance of IDataContainer.
Public methodStatic memberToXML(IEnumerable, String, Boolean)
Returns XML representation of current instance of IEnumerable.
Public methodStatic memberToXML(IDataContainer, String, Boolean)
Returns XML representation of current instance of IDataContainer.
Public methodStatic memberUseTransaction
Ensures that the event uses transaction
Public methodStatic memberWhenColumnValue
Adds the condition for the column value to the factory
Public methodStatic memberWith T 
Sets up the object using the given lambda expression
Back to Top
See Also