IRelQueryTableInfo2 Interface

Provides access to members that provide information about joins.

Members

Name Description
Method FieldNamesEqual Compares two possibily qualified field names for equality.
Method FindFieldIgnoreQualification Finds the first instance of a field, removing qualification.
Method GetBaseTableOfField Returns the base table for a particular field.
Read-only property HasDirectAccessLookup Indicates if direct access lookup is used by a RelQueryTable to match records between the source and destination tables.
Read-only property JoinType Type of table join.
Read-only property QueryDef QueryDef used to create the join. This property will be null if the join is done on the client.

IRelQueryTableInfo2.FieldNamesEqual Method

Compares two possibily qualified field names for equality.

Public Function FieldNamesEqual ( _
    ByVal column1 As String, _
    ByVal column2 As String _
) As Boolean
public bool FieldNamesEqual (
    string column1,
    string column2
);

IRelQueryTableInfo2.FindFieldIgnoreQualification Method

Finds the first instance of a field, removing qualification.

Public Function FindFieldIgnoreQualification ( _
    ByVal column As String _
) As Integer
public int FindFieldIgnoreQualification (
    string column
);

Inherited Interfaces

Interfaces Description
IRelQueryTableInfo Provides access to members that provide information about joins.

Classes that implement IRelQueryTableInfo2

Classes Description

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