C# Class Tup.Cobar4Net.Parser.Ast.Fragment.Tableref.TableReferences

used in FROM fragment
Inheritance: TableReference
Afficher le fichier Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( ISqlAstVisitor visitor ) : void
RemoveLastConditionElement ( ) : object
TableReferences ( IList list ) : System

Méthodes protégées

Méthode Description
EnsureListType ( IList list ) : IList

Method Details

Accept() public méthode

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
Résultat void

EnsureListType() protected static méthode

protected static EnsureListType ( IList list ) : IList
list IList
Résultat IList

RemoveLastConditionElement() public méthode

public RemoveLastConditionElement ( ) : object
Résultat object

TableReferences() public méthode

public TableReferences ( IList list ) : System
list IList
Résultat System