| SQLiteDataContextLoadAssociations Property |
Associations to be be forcably loaded
Namespace:
SanteDB.DisconnectedClient.SQLite
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public string[] LoadAssociations { get; set; }
Public Property LoadAssociations As String()
Get
Set
public:
property array<String^>^ LoadAssociations {
array<String^>^ get ();
void set (array<String^>^ value);
}
member LoadAssociations : string[] with get, set
Property Value
Type:
StringSee Also