Click or drag to resize

DataContextUpdateAll(Type, SqlStatement, LambdaExpression) Method

Update all data with specified where clause

Namespace: SanteDB.OrmLite
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public void UpdateAll(
	Type tmodel,
	SqlStatement whereClause,
	params LambdaExpression[] updateStatements
)

Parameters

tmodel  Type

[Missing <param name="tmodel"/> documentation for "M:SanteDB.OrmLite.DataContext.UpdateAll(System.Type,SanteDB.OrmLite.SqlStatement,System.Linq.Expressions.LambdaExpression[])"]

whereClause  SqlStatement

[Missing <param name="whereClause"/> documentation for "M:SanteDB.OrmLite.DataContext.UpdateAll(System.Type,SanteDB.OrmLite.SqlStatement,System.Linq.Expressions.LambdaExpression[])"]

updateStatements  LambdaExpression

[Missing <param name="updateStatements"/> documentation for "M:SanteDB.OrmLite.DataContext.UpdateAll(System.Type,SanteDB.OrmLite.SqlStatement,System.Linq.Expressions.LambdaExpression[])"]

See Also