C# Class Adf.Core.Query.JoinType

Inheritance: Descriptor
Datei anzeigen 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_oe static_oe property

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

Inner public_oe static_oe property

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

Left public_oe static_oe property

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

Right public_oe static_oe property

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