Click or drag to resize

TypeVersion Methods

The TypeVersion type exposes the following members.

Methods
  NameDescription
Public methodEncodeForCsv
Encode a persistent object as a string for csv export
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
Public methodGetDataMemberList
Get a list of all DataMember of this type including base classes.
Public methodLoadMembers
Loads member fields from persistent storage
Public methodObjectBytesFromStrings
Converts string representation of an object into VelocityDB object byte representation.
Public methodPersistRefences
Persists references from an object
Public methodReadMe (Overrides OptimizedPersistableReadMe(TypeVersion, Byte, Int32, SessionBase, Page, Boolean, Schema, Boolean, ListIOptimizedPersistable, Int32, Int32, Boolean).)
Public methodSetCount
Public methodToString (Overrides OptimizedPersistableToString.)
Public methodTotalShapeNumberOfBytes
Get the total size of an object of the managed type (including base class fields)
Public methodUnpersist
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).)
Top
Extension Methods
  NameDescription
Public Extension MethodToStringDetails(SessionBase, Boolean)Overloaded.
Object details as a string
(Defined by Utilities.)
Public Extension MethodToStringDetails(Schema, TypeVersion, Boolean)Overloaded.
Currently only used by Database Manager
(Defined by Utilities.)
Top
See Also