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.481-alpha
Syntax
void DeleteAll(
	Expression<Func<TModel, bool>> matching,
	TransactionMode mode,
	IPrincipal principal
)

Parameters

matching
Type: System.Linq.ExpressionsExpressionFuncTModel, 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
Type: SanteDB.Core.ServicesTransactionMode

[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
Type: System.Security.PrincipalIPrincipal

[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