| SQLiteDataContextDelayLoadMode Property |
The data loading mode
Namespace:
SanteDB.DisconnectedClient.SQLite
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public LoadState DelayLoadMode { get; set; }
Public Property DelayLoadMode As LoadState
Get
Set
public:
property LoadState DelayLoadMode {
LoadState get ();
void set (LoadState value);
}
member DelayLoadMode : LoadState with get, set
Property Value
Type:
LoadStateSee Also