IRelQueryTableManage Interface

Provides access to members that manage the query tables.

Members

Name Description
Method VersionChanged Updates all children tables to use new version of the workspace.

IRelQueryTableManage.VersionChanged Method

Updates all children tables to use new version of the workspace.

Public Sub VersionChanged ( _
    ByVal selectedWorkspace As IVersion, _
    ByVal targetVersion As IVersion, _
    ByVal tablesRequiringMapEventFiring As IEnumTableVersionChanges _
)
public void VersionChanged (
    IVersion selectedWorkspace,
    IVersion targetVersion,
    IEnumTableVersionChanges tablesRequiringMapEventFiring
);

Classes that implement IRelQueryTableManage

Classes Description
RelQueryTable An object that joins two datasets based on common data values.

Remarks

The IRelQueryTableManageinterface provides a method called VersionChanged. This method is called internally when the database version is changed. It allows a RelQueryTableto update the internal workspaces of the underlying data sources.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.