C# Class Adf.Core.Query.ParameterType

Inheritance: Descriptor
Show file 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 static property

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

Query public static property

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

QueryParameter public static property

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

Value public static property

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

ValueList public static property

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