Click or drag to resize

ISQLiteAssociativePersistenceServiceGetFromSource Method

Get the set objects from the source

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

Parameters

context
Type: SanteDB.DisconnectedClient.SQLiteSQLiteDataContext

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

id
Type: SystemGuid

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

versionSequenceId
Type: SystemNullableDecimal

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

Return Value

Type: IEnumerable

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

See Also