Click or drag to resize

DataContextUpdateTModel Method (TModel)

Updates the specified object

Namespace:  SanteDB.OrmLite
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public TModel Update<TModel>(
	TModel value
)

Parameters

value
Type: TModel

[Missing <param name="value"/> documentation for "M:SanteDB.OrmLite.DataContext.Update``1(``0)"]

Type Parameters

TModel

[Missing <typeparam name="TModel"/> documentation for "M:SanteDB.OrmLite.DataContext.Update``1(``0)"]

Return Value

Type: TModel

[Missing <returns> documentation for "M:SanteDB.OrmLite.DataContext.Update``1(``0)"]

See Also