public System.int RelationType {get; set;}
Property Value
- 0 — one-to-one, each row in the EntityFromName Property can join to at most one row from the EntityToName Property.
- 1 — one-to-many, each row in the EntityFromName Property can join to any number of rows from the EntityToName Property.