| 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
)
Public Function Update(Of TModel) (
value As TModel
) As TModel
public:
generic<typename TModel>
TModel Update(
TModel value
)
member Update :
value : 'TModel -> 'TModel
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