Click or drag to resize

SQLitePersistenceServiceBaseTDataObsolete Method (Object)

Obsoletes the specified data

Namespace:  SanteDB.DisconnectedClient.SQLite
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public virtual Object Obsolete(
	Object data
)

Parameters

data
Type: SystemObject

[Missing <param name="data"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.Obsolete(System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.Obsolete(System.Object)"]

Implements

IDataPersistenceServiceObsolete(Object)
See Also