Click or drag to resize

ForeignKeyAttribute Constructor

Creates a new foreign key attribute

Namespace:  SanteDB.OrmLite.Attributes
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public ForeignKeyAttribute(
	Type table,
	string column
)

Parameters

table
Type: SystemType

[Missing <param name="table"/> documentation for "M:SanteDB.OrmLite.Attributes.ForeignKeyAttribute.#ctor(System.Type,System.String)"]

column
Type: SystemString

[Missing <param name="column"/> documentation for "M:SanteDB.OrmLite.Attributes.ForeignKeyAttribute.#ctor(System.Type,System.String)"]

See Also