Enum SingleJoinType
Indicates the type of join in a relationship. Either a mandatory, or nullable join
Namespace: LemonEdge.Utils.Database
Assembly: Utils.dll
Syntax
public enum SingleJoinType : short
Fields
Name | Description |
---|---|
One | Indicates this relationship must join to an item, it can not be null |
ZeroToOne | Indicates this join can contain null and not join to an item, or can |