Interface IDataModelCollectionDeleteByGuidId
When implemented it provides a DeleteById method on the collection
public interface IDataModelCollectionDeleteByGuidId
Methods
DeleteById(Guid)
Delete an item from the collection via it's id
void DeleteById(Guid id)
Parameters
idGuidId of the item to delete
DeleteByIdAsync(Guid)
Delete an item from the collection via it's id
Task DeleteByIdAsync(Guid id)
Parameters
idGuidId of the item to delete
Returns
DeleteByIdBatch(Batch, Guid)
Delete an item from the collection via it's id
void DeleteByIdBatch(Batch batch, Guid id)
Parameters
DeleteByIdBatch(Guid)
Delete an item from the collection via it's id
void DeleteByIdBatch(Guid id)
Parameters
idGuidId of the item to delete
DeleteByIdBatchAsync(Batch, Guid)
Delete an item from the collection via it's id
Task DeleteByIdBatchAsync(Batch batch, Guid id)
Parameters
Returns
DeleteByIdBatchAsync(Guid)
Delete an item from the collection via it's id
Task DeleteByIdBatchAsync(Guid id)
Parameters
idGuidId of the item to delete