| DataContextDeleteTModel Method (ExpressionFuncTModel, Boolean) |
Delete from the database
Namespace:
SanteDB.OrmLite
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public void Delete<TModel>(
Expression<Func<TModel, bool>> where
)
Public Sub Delete(Of TModel) (
where As Expression(Of Func(Of TModel, Boolean))
)
public:
generic<typename TModel>
void Delete(
Expression<Func<TModel, bool>^>^ where
)
member Delete :
where : Expression<Func<'TModel, bool>> -> unit
Parameters
- where
- Type: System.Linq.ExpressionsExpressionFuncTModel, Boolean
[Missing <param name="where"/> documentation for "M:SanteDB.OrmLite.DataContext.Delete``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})"]
Type Parameters
- TModel
[Missing <typeparam name="TModel"/> documentation for "M:SanteDB.OrmLite.DataContext.Delete``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})"]
See Also