TypeVersion Methods |
The TypeVersion type exposes the following members.
| Name | Description | |
|---|---|---|
| EncodeForCsv |
Encode a persistent object as a string for csv export
| |
| Equals | Indicates whether the current object is equal to another object of the same type. | |
| GetDataMemberList |
Get a list of all DataMember of this type including base classes.
| |
| LoadMembers |
Loads member fields from persistent storage
| |
| ObjectBytesFromStrings |
Converts string representation of an object into VelocityDB object byte representation.
| |
| PersistRefences |
Persists references from an object
| |
| ReadMe | (Overrides OptimizedPersistableReadMe(TypeVersion, Byte, Int32, SessionBase, Page, Boolean, Schema, Boolean, ListIOptimizedPersistable, Int32, Int32, Boolean).) | |
| SetCount | ||
| ToString | (Overrides OptimizedPersistableToString.) | |
| TotalShapeNumberOfBytes |
Get the total size of an object of the managed type (including base class fields)
| |
| Unpersist |
Removes an object from the persistent store and makes the object a transient object. It does not automatically make referenced objects unpersisted. Best way to do so is to override this virtual function in your own classes.
(Overrides OptimizedPersistableUnpersist(SessionBase).) |
| Name | Description | |
|---|---|---|
| ToStringDetails(SessionBase, Boolean) | Overloaded.
Object details as a string
(Defined by Utilities.) | |
| ToStringDetails(Schema, TypeVersion, Boolean) | Overloaded.
Currently only used by Database Manager
(Defined by Utilities.) |