C# Class LightFramework.Data.NotEqualOperand

Inheritance: Operand
Afficher le fichier Open project: xianrendzw/LightFramework.Net

Méthodes publiques

Méthode Description
NotEqualOperand ( string columnName, object columnValue ) : System

Méthodes protégées

Méthode Description
ToExpression ( ) : string

Method Details

NotEqualOperand() public méthode

public NotEqualOperand ( string columnName, object columnValue ) : System
columnName string
columnValue object
Résultat System

ToExpression() protected méthode

protected ToExpression ( ) : string
Résultat string