Ninja Database Pro
PrimaryKey Field (SingleIndexRecord<T,TIndex>)



KellermanSoftware.NinjaDatabasePro Namespace > SingleIndexRecord<T,TIndex> Class : PrimaryKey Field
The primary key of the associated record in the database
Syntax
Public PrimaryKey As Long
Dim instance As SingleIndexRecord(Of T,TIndex)
Dim value As Long
 
value = instance.PrimaryKey
 
instance.PrimaryKey = value
public long PrimaryKey
public:
int64 PrimaryKey
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SingleIndexRecord<T,TIndex> Class
SingleIndexRecord<T,TIndex> Members