C# Class Adf.Core.Query.ParameterType

Inheritance: Descriptor
Datei anzeigen Open project: NLADP/ADF Class Usage Examples

Public Properties

Property Type Description
Column ParameterType
Query ParameterType
QueryParameter ParameterType
Value ParameterType
ValueList ParameterType

Public Methods

Method Description
ParameterType ( string name ) : System

Method Details

ParameterType() public method

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

Property Details

Column public_oe static_oe property

public static ParameterType,Adf.Core.Query Column
return ParameterType

Query public_oe static_oe property

Value as subquery.
public static ParameterType,Adf.Core.Query Query
return ParameterType

QueryParameter public_oe static_oe property

Use to add a parameter without clause to the query
public static ParameterType,Adf.Core.Query QueryParameter
return ParameterType

Value public_oe static_oe property

Single value.
public static ParameterType,Adf.Core.Query Value
return ParameterType

ValueList public_oe static_oe property

public static ParameterType,Adf.Core.Query ValueList
return ParameterType