Click or drag to resize

IDataPersistenceServiceExTModelDeleteAll Method

Obsolete all matching data

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
void DeleteAll(
	Expression<Func<TModel, bool>> matching,
	TransactionMode mode,
	IPrincipal principal
)

Parameters

matching  ExpressionFuncTModel, Boolean

[Missing <param name="matching"/> documentation for "M:SanteDB.Core.Services.IDataPersistenceServiceEx`1.DeleteAll(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},SanteDB.Core.Services.TransactionMode,System.Security.Principal.IPrincipal)"]

mode  TransactionMode

[Missing <param name="mode"/> documentation for "M:SanteDB.Core.Services.IDataPersistenceServiceEx`1.DeleteAll(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},SanteDB.Core.Services.TransactionMode,System.Security.Principal.IPrincipal)"]

principal  IPrincipal

[Missing <param name="principal"/> documentation for "M:SanteDB.Core.Services.IDataPersistenceServiceEx`1.DeleteAll(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},SanteDB.Core.Services.TransactionMode,System.Security.Principal.IPrincipal)"]

See Also