TheStorageUtilities Methods
The TheStorageUtilities type exposes the following members.
Methods
Name | Description | |
---|---|---|
ConvertFromStoreRecord<(Of <<'(T>)>>) |
Converts TheDataRetrievalRecord back in the the Records of the Storage mirror
|
|
CreateFilter |
Creates a proper SQL filter for the given Filter String
|
|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GenerateUniqueIDFromType |
Creates a unique ID from a C# Type.
|
|
GetHashCode | (Inherited from Object.) | |
GetPropertyBagRecordType |
Maps the type of a parent to the type of its property bag (if it contains one)
|
|
GetType | (Inherited from Object.) | |
GetTypeID |
Gets the ID of an object's type which is used to map to the correct external storage (SQL, etc.) type
|
|
GetValueByCol |
Gets a value by the column number in a StorageResult
|
|
IsNumeric |
Returns true if the object is a numeric type
|
|
MemberwiseClone | (Inherited from Object.) | |
SerializeCreateStore |
Serializes the CreateStore Definition
|
|
SerializeDataToExecute |
Serializes a sql command for distributed storage
|
|
SerializeDataToStore<(Of <<'(T>)>>) |
Serializes a dictionary of a given type for storage in the storage service
|
|
ToString | (Inherited from Object.) | |
ValidateGroupByClause |
Validates a 'GROUP BY' SQL clause and returns a fixed clause that correlates
with the column filter if possible. If invalid, returns an empty string.
|