ResultSetView.IBindingList.AddIndex Method
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Private Sub AddIndex ( _
property As PropertyDescriptor _
) Implements IBindingList.AddIndex
'Usage
Dim instance As ResultSetView
Dim property As PropertyDescriptor
CType(instance, IBindingList).AddIndex(property)
void IBindingList.AddIndex(
PropertyDescriptor property
)
private:
virtual void AddIndex(
PropertyDescriptor^ property
) sealed = IBindingList::AddIndex
private abstract AddIndex :
property:PropertyDescriptor -> unit
private override AddIndex :
property:PropertyDescriptor -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- property
Type: System.ComponentModel.PropertyDescriptor
Implements
IBindingList.AddIndex(PropertyDescriptor)