| DataContextLoadState Property |
Load state
Namespace:
SanteDB.OrmLite
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public LoadState LoadState { get; set; }
Public Property LoadState As LoadState
Get
Set
public:
property LoadState LoadState {
LoadState get ();
void set (LoadState value);
}
member LoadState : LoadState with get, set
Property Value
Type:
LoadStateSee Also