C# Class Adf.Business.Search.QueryParameterAttribute

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

Méthodes publiques

Méthode Description
QueryParameterAttribute ( string column ) : System

Initializes an instance with the supplied column name.

Method Details

QueryParameterAttribute() public méthode

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