ITabularFactory Interface

Definition

public interface ITabularFactory
type ITabularFactory = interface
Public Interface ITabularFactory

Methods

CreateCommonTableExpression(String, CollationInfo)
CreateDerivedTable(String, CollationInfo)
CreateDmlDeletedTable(ITabular)
CreateDmlInsertedTable(ITabular)
CreateDmlTableSource(String, CollationInfo)
CreatePivotTable(String, CollationInfo)
CreateTable(ISchema, String)
CreateTable(ITable)
CreateTableAlias(ITabular, String)
CreateUnpivotTable(String, CollationInfo)
CreateView(ISchema, String)
CreateView(IView)

Applies to