C# Class Adf.Business.Search.LikeAttribute

Inheritance: SearchAttribute
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
LikeAttribute ( string column ) : System

Initializes an instance of LikeAttribute with the supplied column name.

Method Details

LikeAttribute() public method

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