C-DEngine 5.105

TheStorageUtilities Members

The TheStorageUtilities type exposes the following members.

Methods


  Name Description
Public method Static member ConvertFromStoreRecord<(Of <<'(T>)>>)
Converts TheDataRetrievalRecord back in the the Records of the Storage mirror
Public method Static member CreateFilter
Creates a proper SQL filter for the given Filter String
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Static member GenerateUniqueIDFromType
Creates a unique ID from a C# Type.
Public method GetHashCode (Inherited from Object.)
Public method Static member GetPropertyBagRecordType
Maps the type of a parent to the type of its property bag (if it contains one)
Public method GetType (Inherited from Object.)
Public method Static member GetTypeID
Gets the ID of an object's type which is used to map to the correct external storage (SQL, etc.) type
Public method Static member GetValueByCol
Gets a value by the column number in a StorageResult
Public method Static member IsNumeric
Returns true if the object is a numeric type
Protected method MemberwiseClone (Inherited from Object.)
Public method Static member SerializeCreateStore
Serializes the CreateStore Definition
Public method Static member SerializeDataToExecute
Serializes a sql command for distributed storage
Public method Static member SerializeDataToStore<(Of <<'(T>)>>)
Serializes a dictionary of a given type for storage in the storage service
Public method ToString (Inherited from Object.)
Public method Static member 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.