C# Class Tup.Cobar4Net.Parser.Ast.Stmt.Dal.DalSetStatement

Inheritance: ISqlStatement
显示文件 Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
DalSetStatement ( IExpression>.IList assignmentList ) : System.Collections.Generic

Method Details

Accept() public method

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
return void

DalSetStatement() public method

public DalSetStatement ( IExpression>.IList assignmentList ) : System.Collections.Generic
assignmentList IExpression>.IList
return System.Collections.Generic