C# Class Adf.Core.Query.ParameterType

Inheritance: Descriptor
Afficher le fichier Open project: NLADP/ADF Class Usage Examples

Méthodes publiques

Свойство Type Description
Column ParameterType
Query ParameterType
QueryParameter ParameterType
Value ParameterType
ValueList ParameterType

Méthodes publiques

Méthode Description
ParameterType ( string name ) : System

Method Details

ParameterType() public méthode

public ParameterType ( string name ) : System
name string
Résultat System

Property Details

Column public_oe static_oe property

public static ParameterType,Adf.Core.Query Column
Résultat ParameterType

Query public_oe static_oe property

Value as subquery.
public static ParameterType,Adf.Core.Query Query
Résultat ParameterType

QueryParameter public_oe static_oe property

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

Value public_oe static_oe property

Single value.
public static ParameterType,Adf.Core.Query Value
Résultat ParameterType

ValueList public_oe static_oe property

public static ParameterType,Adf.Core.Query ValueList
Résultat ParameterType