SchemaTableAccessRequest

Overview

Location

Properties


Connection

 

property Connection: IAbstractConnection read write;

 

IAbstractConnection Connection { get; set; }

 

Property Connection() As IAbstractConnection

TableName

 

property TableName: String read;

 

String TableName { get; }

 

ReadOnly Property TableName() As String

TableSchema

 

property TableSchema: SchemaDataTable read write;

 

SchemaDataTable TableSchema { get; set; }

 

Property TableSchema() As SchemaDataTable

Instance Methods


constructor

 

constructor(connection: IAbstractConnection; tableName: String; tableSchema: SchemaDataTable)

 

SchemaTableAccessRequest(IAbstractConnection connection, String tableName, SchemaDataTable tableSchema)

 

Sub New(connection As IAbstractConnection, tableName As String, tableSchema As SchemaDataTable)

Parameters:

  • connection:
  • tableName:
  • tableSchema: