Click or drag to resize

DataType Enumeration

Choose IOptimizedPersistable instead of Object for property types where you only will store objects of type IOptimizedPersistable as property value.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public enum DataType
Members
  Member nameValueDescription
Boolean0 Correspond to Boolean
Integer1 Correspond to Int32
Long2 Correspond to Int64
Double3 Correspond to Double
Single4 Correspond to Single
DateTime5 Correspond to DateTime
String6 Correspond to String
Object7 Correspond to Object
IOptimizedPersistable8 Correspond to IOptimizedPersistable
See Also