Almanna.RelationshipInfo.RelationshipInfo – almanna Reference Manual
Packages
almanna
Almanna
RelationshipInfo
entity_type
foreign_column
property_name
relationship_type
this_column
RelationshipInfo
RelationshipInfo
Description:
public
RelationshipInfo
(
RelationshipType
relationship_type,
Type
entity_type,
string
property_name,
string
this_column,
string
foreign_column)
Create a new RelationshipInfo with all required info.
Parameters:
entity_type
Almanna entity Type
property_name
Property name to bind to
this_column
This column
foreign_column
Foreign column