Click or drag to resize

PersistenceEntitySourceGetTObject Method (NullableGuid, NullableGuid)

Get the specified version

Namespace:  SanteDB.Core.Data
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public TObject Get<TObject>(
	Guid? key,
	Guid? versionKey
)
where TObject : new(), IdentifiedData

Parameters

key
Type: SystemNullableGuid

[Missing <param name="key"/> documentation for "M:SanteDB.Core.Data.PersistenceEntitySource.Get``1(System.Nullable{System.Guid},System.Nullable{System.Guid})"]

versionKey
Type: SystemNullableGuid

[Missing <param name="versionKey"/> documentation for "M:SanteDB.Core.Data.PersistenceEntitySource.Get``1(System.Nullable{System.Guid},System.Nullable{System.Guid})"]

Type Parameters

TObject

[Missing <typeparam name="TObject"/> documentation for "M:SanteDB.Core.Data.PersistenceEntitySource.Get``1(System.Nullable{System.Guid},System.Nullable{System.Guid})"]

Return Value

Type: TObject

[Missing <returns> documentation for "M:SanteDB.Core.Data.PersistenceEntitySource.Get``1(System.Nullable{System.Guid},System.Nullable{System.Guid})"]

Implements

IEntitySourceProviderGetTObject(NullableGuid, NullableGuid)
See Also