C# Class Adf.Business.Search.InListAttribute

Inheritance: SearchAttribute
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
InListAttribute ( string column, bool includeWhenEmpty = true ) : System

Initializes an instance of InQueryAttribute with the supplied column name.

Method Details

InListAttribute() public method

Initializes an instance of InQueryAttribute with the supplied column name.
public InListAttribute ( string column, bool includeWhenEmpty = true ) : System
column string The supplied column name.
includeWhenEmpty bool
return System