Click or drag to resize

DataContextDeleteAllTModel(ExpressionFuncTModel, Boolean) Method

Delete from the database

Namespace: SanteDB.OrmLite
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public void DeleteAll<TModel>(
	Expression<Func<TModel, bool>> where
)

Parameters

where  ExpressionFuncTModel, Boolean

[Missing <param name="where"/> documentation for "M:SanteDB.OrmLite.DataContext.DeleteAll``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})"]

Type Parameters

TModel

[Missing <typeparam name="TModel"/> documentation for "M:SanteDB.OrmLite.DataContext.DeleteAll``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})"]

See Also