C# Class Adf.Business.Search.InQueryAttribute

Inheritance: SearchAttribute
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
InQueryAttribute ( string column ) : System

Initializes an instance of InQueryAttribute with the supplied column name.

Method Details

InQueryAttribute() public method

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