Click or drag to resize

IMappedQueryProviderTModelGet Method

Get the specified object at the specified key

Namespace: SanteDB.OrmLite.MappedResultSets
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
TModel Get(
	DataContext context,
	Guid key
)

Parameters

context  DataContext

[Missing <param name="context"/> documentation for "M:SanteDB.OrmLite.MappedResultSets.IMappedQueryProvider`1.Get(SanteDB.OrmLite.DataContext,System.Guid)"]

key  Guid

[Missing <param name="key"/> documentation for "M:SanteDB.OrmLite.MappedResultSets.IMappedQueryProvider`1.Get(SanteDB.OrmLite.DataContext,System.Guid)"]

Return Value

TModel

[Missing <returns> documentation for "M:SanteDB.OrmLite.MappedResultSets.IMappedQueryProvider`1.Get(SanteDB.OrmLite.DataContext,System.Guid)"]

See Also