TheDataBase..::..cdePRI Property
Priority of this record.
A lower number means a higher priority.
Data with higher priority will be retrieved faster than those with lower prio
Namespace:
nsCDEngine.ViewModelsAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public byte cdePRI { get; set; }
Public Property cdePRI As Byte Get Set
public: property unsigned char^ cdePRI { unsigned char^ get (); void set (unsigned char^ value); }