Ninja Database Pro
GetIndexRecordExactMatch Method (BaseCompositeIndex<T>)



KellermanSoftware.NinjaDatabasePro Namespace > BaseCompositeIndex<T> Class : GetIndexRecordExactMatch Method
Get a list of Index Records that match the passed indexValue
Syntax
Public MustOverride Function GetIndexRecordExactMatch( _
   ByVal indexValues As List(Of Object) _
) As List(Of CompositeIndexRecord(Of T))
Dim instance As BaseCompositeIndex(Of T)
Dim indexValues As List(Of Object)
Dim value As List(Of CompositeIndexRecord(Of T))
 
value = instance.GetIndexRecordExactMatch(indexValues)
public abstract List<CompositeIndexRecord<T>> GetIndexRecordExactMatch( 
   List<object> indexValues
)
public:
abstract List<CompositeIndexRecord<T^>^>^ GetIndexRecordExactMatch( 
   List<Object^>^ indexValues
) 

Parameters

indexValues
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

BaseCompositeIndex<T> Class
BaseCompositeIndex<T> Members