C# Class Adf.Business.Search.LikeAttribute

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

Méthodes publiques

Méthode Description
LikeAttribute ( string column ) : System

Initializes an instance of LikeAttribute with the supplied column name.

Method Details

LikeAttribute() public méthode

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