C# Class Sage.Sis.Common.Data.OleDb.JetTableSchema

Inheritance: IJetTableSchema
Afficher le fichier Open project: Sage/SData-Contracts

Méthodes publiques

Méthode Description
CreateTable ( IJetTransaction oleDbTransaction ) : void
JetTableSchema ( string tableName, string sql ) : System

Private Methods

Méthode Description
ITableSchema ( ITransaction transaction ) : void

Method Details

CreateTable() public méthode

public CreateTable ( IJetTransaction oleDbTransaction ) : void
oleDbTransaction IJetTransaction
Résultat void

JetTableSchema() public méthode

public JetTableSchema ( string tableName, string sql ) : System
tableName string
sql string
Résultat System