RelationshipType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of relationship. Currently, the only possible value is SingleColumn.
public enum RelationshipType
type RelationshipType =
Public Enum RelationshipType
- Inheritance
-
RelationshipType
Fields
Name | Value | Description |
---|---|---|
SingleColumn | 1 | Relationships are constructed using a column-to-column mapping. |