The DataExtensions type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| As InfoType | 
            Converts the DataSet to a strongly typed one
             | |
| AsIndexable TKey, TValue | 
            Implicit conversion to indexable type with a specific values
             | |
| AsModifyable | 
            Ensures that the given DataSet is not cached, copies the data if it is
             | |
| CombineWith(AuthorizationResultEnum, AuthorizationResultEnum) | 
            Combines the authorization result enum with a bool result
             | |
| CombineWith(AuthorizationResultEnum, Boolean) | 
            Combines the authorization result enum with a bool result
             | |
| Compare | 
            Compares two BaseInfo objects (data & structure) according to comparison settings given.
             | |
| CopyTo | 
            Copies the data of specified columns of the source object to the target object.
             | |
| GetNamedEnumerator T | 
            Name enumerator over a collection
             | |
| CheckRequiredColumns | 
            Returns true if given list of columns do not have null values in the object
             | |
| ToAuthorizationResultEnum | 
            Convert the boolean value to a AuthorizationResultEnum, outputs Allowed or Denied based on the bool value.
             | |
| ToBoolean | 
            Convert the authorization result to a boolean value representing allow / deny. Insignificant means deny.
             | |
| ToDictionaryById(IEnumerable BaseInfo ) | 
            Converts the list of objects to a dictionary indexed by object ID
             | |
| ToDictionaryById(DataSet, String) | 
            Converts the DataSet to a dictionary indexed by object ID
             | |
| ToHashSet T, TSource | 
            Converts the list of objects to a dictionary indexed by object ID
             | |
| ToJSON(DataSet, Boolean) | 
            Exports DataSet to JSON string.
             | |
| ToJSON(DataTable, Boolean) | 
            Exports DataSet to JSON string.
             | |
| ToJSON(IEnumerable, String, Boolean) | 
            Returns JSON representation of current instance of IEnumerable.
             | |
| ToJSON(IDataContainer, String, Boolean) | 
            Returns JSON representation of current instance of IDataContainer.
             | |
| ToXML(IEnumerable, String, Boolean) | 
            Returns XML representation of current instance of IEnumerable.
             | |
| ToXML(IDataContainer, String, Boolean) | 
            Returns XML representation of current instance of IDataContainer.
             | |
| UseTransaction | 
            Ensures that the event uses transaction
             | |
| WhenColumnValue | 
            Adds the condition for the column value to the factory
             | |
| With T | 
            Sets up the object using the given lambda expression
             | 
See Also