ORM Sample Class Library

CollectionTemplate.Remove Method 

Removes an object from the collection

[Visual Basic]
Public Sub Remove( _
   ByVal value As BusinessBase _
)
[C#]
public void Remove(
   BusinessBase value
);

Parameters

value
The object to remove

See Also

CollectionTemplate Class | OrmLib Namespace


ero Software Inc. 2002-2004

Generated from assembly OrmLib [1.6.2.27655]

e class">
href="mailto:support@olero.com?subject=ORM Sample Class Library Documentation Feedback: CollectionTemplate.Match%C2%A0Method%C2%A0">Send comments 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.