C# Class LightFramework.Data.InOperand

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
ToExpression ( ) : string

Method Details

InOperand() public méthode

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

ToExpression() protected méthode

protected ToExpression ( ) : string
Résultat string