 | PersistenceEntitySourceGetRelationsTObject(NullableGuid, NullableInt32) Method |
Get versioned relationships for the object
Namespace: SanteDB.Core.DataAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic IQueryResultSet<TObject> GetRelations<TObject>(
Guid? sourceKey,
int? sourceVersionSequence
)
where TObject : new(), IdentifiedData, IVersionedAssociation
Public Function GetRelations(Of TObject As {New, IdentifiedData, IVersionedAssociation}) (
sourceKey As Guid?,
sourceVersionSequence As Integer?
) As IQueryResultSet(Of TObject)public:
generic<typename TObject>
where TObject : gcnew(), IdentifiedData, IVersionedAssociation
IQueryResultSet<TObject>^ GetRelations(
Nullable<Guid> sourceKey,
Nullable<int> sourceVersionSequence
)
member GetRelations :
sourceKey : Nullable<Guid> *
sourceVersionSequence : Nullable<int> -> IQueryResultSet<'TObject> when 'TObject : new() and IdentifiedData and IVersionedAssociationParameters
- sourceKey NullableGuid
[Missing <param name="sourceKey"/> documentation for "M:SanteDB.Core.Data.PersistenceEntitySource.GetRelations``1(System.Nullable{System.Guid},System.Nullable{System.Int32})"]
- sourceVersionSequence NullableInt32
[Missing <param name="sourceVersionSequence"/> documentation for "M:SanteDB.Core.Data.PersistenceEntitySource.GetRelations``1(System.Nullable{System.Guid},System.Nullable{System.Int32})"]
Type Parameters
- TObject
[Missing <typeparam name="TObject"/> documentation for "M:SanteDB.Core.Data.PersistenceEntitySource.GetRelations``1(System.Nullable{System.Guid},System.Nullable{System.Int32})"]
Return Value
IQueryResultSetTObject[Missing <returns> documentation for "M:SanteDB.Core.Data.PersistenceEntitySource.GetRelations``1(System.Nullable{System.Guid},System.Nullable{System.Int32})"]
See Also