Click or drag to resize

EntityRelationshipPersistenceServiceGetFromSource Method

Get from source

Namespace:  SanteDB.DisconnectedClient.SQLite.Persistence
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public IEnumerable GetFromSource(
	SQLiteDataContext context,
	Guid id,
	decimal? versionSequenceId
)

Parameters

context
Type: SanteDB.DisconnectedClient.SQLiteSQLiteDataContext

[Missing <param name="context"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.EntityRelationshipPersistenceService.GetFromSource(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,System.Guid,System.Nullable{System.Decimal})"]

id
Type: SystemGuid

[Missing <param name="id"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.EntityRelationshipPersistenceService.GetFromSource(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,System.Guid,System.Nullable{System.Decimal})"]

versionSequenceId
Type: SystemNullableDecimal

[Missing <param name="versionSequenceId"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.EntityRelationshipPersistenceService.GetFromSource(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,System.Guid,System.Nullable{System.Decimal})"]

Return Value

Type: IEnumerable

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.EntityRelationshipPersistenceService.GetFromSource(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,System.Guid,System.Nullable{System.Decimal})"]

Implements

ISQLiteAssociativePersistenceServiceGetFromSource(SQLiteDataContext, Guid, NullableDecimal)
See Also