C# Class LightFramework.Data.InOperand

Inheritance: Operand
显示文件 Open project: xianrendzw/LightFramework.Net

Public Methods

Method Description
InOperand ( string columnName, object columnValue ) : System

Protected Methods

Method Description
ToExpression ( ) : string

Method Details

InOperand() public method

public InOperand ( string columnName, object columnValue ) : System
columnName string
columnValue object
return System

ToExpression() protected method

protected ToExpression ( ) : string
return string