  | ForeignKeyAttribute Constructor  | 
 
            Creates a new foreign key attribute
            
 
    Namespace: 
   SanteDB.OrmLite.Attributes
    Assembly:
   SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntaxpublic 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 -> ForeignKeyAttributeParameters
- 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