Click or drag to resize

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
)

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