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