Ninja Database Pro
Delete Method (IIndex)



KellermanSoftware.NinjaDatabasePro Namespace > IIndex Interface : Delete Method
Delete an item in the index by primary key and set IsDirty to true
Syntax
Sub Delete( _
   ByVal primaryKey As Long _
) 
Dim instance As IIndex
Dim primaryKey As Long
 
instance.Delete(primaryKey)
void Delete( 
   long primaryKey
)
void Delete( 
   int64 primaryKey
) 

Parameters

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

IIndex Interface
IIndex Members