 | PersistenceEntitySourceGetTObject(NullableGuid) Method |
Get the persistence service source
Namespace: SanteDB.Core.DataAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic TObject Get<TObject>(
Guid? key
)
where TObject : new(), IdentifiedData
Public Function Get(Of TObject As {New, IdentifiedData}) (
key As Guid?
) As TObjectpublic:
generic<typename TObject>
where TObject : gcnew(), IdentifiedData
virtual TObject Get(
Nullable<Guid> key
) sealed
abstract Get :
key : Nullable<Guid> -> 'TObject when 'TObject : new() and IdentifiedData
override Get :
key : Nullable<Guid> -> 'TObject when 'TObject : new() and IdentifiedDataParameters
- key NullableGuid
[Missing <param name="key"/> documentation for "M:SanteDB.Core.Data.PersistenceEntitySource.Get``1(System.Nullable{System.Guid})"]
Type Parameters
- TObject
[Missing <typeparam name="TObject"/> documentation for "M:SanteDB.Core.Data.PersistenceEntitySource.Get``1(System.Nullable{System.Guid})"]
Return Value
TObject[Missing <returns> documentation for "M:SanteDB.Core.Data.PersistenceEntitySource.Get``1(System.Nullable{System.Guid})"]
Implements
IEntitySourceProviderGetTObject(NullableGuid)
See Also