C# Class Adf.Business.Search.InQueryAttribute

Inheritance: SearchAttribute
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode Description
InQueryAttribute ( string column ) : System

Initializes an instance of InQueryAttribute with the supplied column name.

Method Details

InQueryAttribute() public méthode

Initializes an instance of InQueryAttribute with the supplied column name.
public InQueryAttribute ( string column ) : System
column string The supplied column name.
Résultat System