Click or drag to resize

PersistenceEntitySourceGetRelationsTObject(NullableGuid, NullableInt32) Method

Get versioned relationships for the object

Namespace: SanteDB.Core.Data
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public IQueryResultSet<TObject> GetRelations<TObject>(
	Guid? sourceKey,
	int? sourceVersionSequence
)
where TObject : new(), IdentifiedData, IVersionedAssociation

Parameters

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