| ColumnMappingForeignKey Property |
Gets the foreign key
Namespace:
SanteDB.OrmLite
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public ForeignKeyAttribute ForeignKey { get; }
Public ReadOnly Property ForeignKey As ForeignKeyAttribute
Get
public:
property ForeignKeyAttribute^ ForeignKey {
ForeignKeyAttribute^ get ();
}
member ForeignKey : ForeignKeyAttribute with get
Property Value
Type:
ForeignKeyAttributeSee Also