| ForeignKeyAttributeTable Property |
Gets or sets the table to which the key applies
Namespace:
SanteDB.OrmLite.Attributes
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.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