C# Class MySql.Data.Entity.SymbolTable

Afficher le fichier Open project: elevate/mysqlconnector-.net

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Add ( string name, SqlFragment fragment ) : void
Lookup ( string name ) : SqlFragment
SymbolTable ( ) : System

Method Details

Add() public méthode

public Add ( string name, SqlFragment fragment ) : void
name string
fragment SqlFragment
Résultat void

Lookup() public méthode

public Lookup ( string name ) : SqlFragment
name string
Résultat SqlFragment

SymbolTable() public méthode

public SymbolTable ( ) : System
Résultat System