| ForeignKeyAttributeColumn Property |
Gets or sets the column 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 string Column { get; set; }
Public Property Column As String
Get
Set
public:
property String^ Column {
String^ get ();
void set (String^ value);
}
member Column : string with get, set
Property Value
Type:
StringSee Also