JoinType
Holds a JoinTypes value. This value is used to indicate the what kind of database join will be used to connect the JoinedObject with the container business object like Inner or Left.
myJoin.JoinType = JoinTypes.Inner;
| C# | |
|---|---|
public JoinTypes JoinType {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0