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

Inheritance: IJetTableSchema
Show file Open project: Sage/SData-Contracts

Public Methods

Method Description
CreateTable ( IJetTransaction oleDbTransaction ) : void
JetTableSchema ( string tableName, string sql ) : System

Private Methods

Method Description
ITableSchema ( ITransaction transaction ) : void

Method Details

CreateTable() public method

public CreateTable ( IJetTransaction oleDbTransaction ) : void
oleDbTransaction IJetTransaction
return void

JetTableSchema() public method

public JetTableSchema ( string tableName, string sql ) : System
tableName string
sql string
return System