| ForeignKeyAttribute Constructor |
Creates a new foreign key attribute
Namespace:
SanteDB.DisconnectedClient.SQLite.Query.Attributes
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public ForeignKeyAttribute(
Type table,
string column
)
Public Sub New (
table As Type,
column As String
)
public:
ForeignKeyAttribute(
Type^ table,
String^ column
)
new :
table : Type *
column : string -> ForeignKeyAttribute
Parameters
- table
- Type: SystemType
[Missing <param name="table"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.Attributes.ForeignKeyAttribute.#ctor(System.Type,System.String)"]
- column
- Type: SystemString
[Missing <param name="column"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.Attributes.ForeignKeyAttribute.#ctor(System.Type,System.String)"]
See Also