C# Class Adf.Core.Query.JoinType

Inheritance: Descriptor
Show file Open project: NLADP/ADF

Public Properties

Property Type Description
Full JoinType
Inner JoinType
Left JoinType
Right JoinType

Public Methods

Method Description
JoinType ( string name ) : System

Method Details

JoinType() public method

public JoinType ( string name ) : System
name string
return System

Property Details

Full public static property

public static JoinType,Adf.Core.Query Full
return JoinType

Inner public static property

public static JoinType,Adf.Core.Query Inner
return JoinType

Left public static property

public static JoinType,Adf.Core.Query Left
return JoinType

Right public static property

public static JoinType,Adf.Core.Query Right
return JoinType