Click or drag to resize

PersistenceEntitySourceGetRelationsTObject Method (NullableGuid, NullableInt32)

Get versioned relationships for the object

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

Parameters

sourceKey
Type: SystemNullableGuid

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

sourceVersionSequence
Type: SystemNullableInt32

[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

Type: IQueryResultSetTObject

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

See Also