Returns the distinct value that uniquely identifies this object in the 
 database. If a new object is saved or an existing object is loaded then this 
 property is automatically set by the library. 
 Typically, this is the value of an identity or auto increment database field.
 
        
        Namespace: DatabaseObjectsAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
 Syntax
Syntax
| C# | 
|---|
| protected virtual Object DistinctValue { get; set; } | 
| Visual Basic | 
|---|
| Protected Overridable Property DistinctValue As Object Get Set | 
| Visual C++ | 
|---|
| protected: virtual property Object^ DistinctValue { Object^ get (); void set (Object^ value); } | 
 
     
     
     
     
    