 | DataContextDeleteAllTModel(ExpressionFuncTModel, Boolean) Method |
Delete from the database
Namespace: SanteDB.OrmLiteAssembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntaxpublic void DeleteAll<TModel>(
Expression<Func<TModel, bool>> where
)
Public Sub DeleteAll(Of TModel) (
where As Expression(Of Func(Of TModel, Boolean))
)
public:
generic<typename TModel>
void DeleteAll(
Expression<Func<TModel, bool>^>^ where
)
member DeleteAll :
where : Expression<Func<'TModel, bool>> -> unit 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