| ForeignKeyAttributeTable Property |
Gets or sets the table to which the key applies
Namespace:
SanteDB.DisconnectedClient.SQLite.Query.Attributes
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public Type Table { get; set; }
Public Property Table As Type
Get
Set
public:
property Type^ Table {
Type^ get ();
void set (Type^ value);
}
member Table : Type with get, set
Property Value
Type:
TypeSee Also