Click or drag to resize

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
)

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