ORM Sample Class Library

CollectionTemplate.IBindingList.ApplySort Method 

[Visual Basic]
Sub ApplySort( _
   ByVal property As PropertyDescriptor, _
   ByVal direction As ListSortDirection _
) Implements _
   IBindingList.ApplySort
[C#]
void IBindingList.ApplySort(
   PropertyDescriptor property,
   ListSortDirection direction
);

Implements

IBindingList.ApplySort

See Also

CollectionTemplate Class | OrmLib Namespace


mments on this topic.

Copyright Olero Software Inc. 2002-2004

Generated from assembly OrmLib [1.6.2.29984]

">Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.