SharpSchedule

AbstractCollection.Remove Method 

Remove the entity with the given id from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal id As Long _
)
[C#]
public void Remove(
   long id
);

Parameters

id
The public id of the entity to remove.

See Also

AbstractCollection Class | Ozanam.Schedule.Store.Entity Namespace