QuickObjects.ObjectBase Send comments on this topic.
JoinType Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > Join Class : JoinType Property

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;
	

Syntax

C# 
public JoinTypes JoinType {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also