ITemporaryTable Interface

Temporary table handle.

This class is not intended to be used directly from your code, unless you are implementing a custom data provider.


Namespace: Dundas.BI.Data.DataProviders.Relational
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface ITemporaryTable : IDisposable

The ITemporaryTable type exposes the following members.

Properties
 NameDescription
Public propertyConnection Gets the database connection.
Public propertyTableName Gets the name of the temporary table.
Top
See Also