Provides access to members that provide information about joins.
Members
Name | Description | |
---|---|---|
FieldNamesEqual | Compares two possibily qualified field names for equality. | |
FindFieldIgnoreQualification | Finds the first instance of a field, removing qualification. | |
GetBaseTableOfField | Returns the base table for a particular field. | |
HasDirectAccessLookup | Indicates if direct access lookup is used by a RelQueryTable to match records between the source and destination tables. | |
JoinType | Type of table join. | |
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 |
---|