| AssociativeTableAttributeAssociationTable Property |
Gets or sets the table whicih associates the target table with the current table
Namespace:
SanteDB.DisconnectedClient.SQLite.Query.Attributes
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public Type AssociationTable { get; set; }
Public Property AssociationTable As Type
Get
Set
public:
property Type^ AssociationTable {
Type^ get ();
void set (Type^ value);
}
member AssociationTable : Type with get, set
Property Value
Type:
TypeSee Also