Provides access to members that define a relationship query table name.
Members
Name | Description | |
---|---|---|
DoNotPushJoinToDB | Indicates if the join is processed on the client. | |
FireRowChangedEvents | Indicates if Fire row changed events. | |
ForwardDirection | Indicates if the originPrimaryClass of the RelationshipClass is the SourceTable. | |
LeftOuterJoin | Indicates if the type of join will be a left outer join. | |
RelationshipClassName | The name object for the RelationshipClass that defines the RelQueryTable. | |
SrcQueryFilter | A QueryFilter applied to a cursor opened from the RelQueryTable. | |
SrcSelectionSet | A SelectionSet applied to a cursor opened from the RelQueryTable. | |
TargetColumns | The destination dataset columns available in a cursor opened from the RelTableTable. |
IRelQueryTableName2.DoNotPushJoinToDB Property
Indicates if the join is processed on the client.
Public Property DoNotPushJoinToDB As Boolean
public bool DoNotPushJoinToDB {get; set;}
IRelQueryTableName2.FireRowChangedEvents Property
Indicates if Fire row changed events.
Public Property FireRowChangedEvents As Boolean
public bool FireRowChangedEvents {get; set;}
IRelQueryTableName2.ForwardDirection Property
Indicates if the originPrimaryClass of the RelationshipClass is the SourceTable.
Public Property ForwardDirection As Boolean
public bool ForwardDirection {get; set;}
IRelQueryTableName2.LeftOuterJoin Property
Indicates if the type of join will be a left outer join.
Public Property LeftOuterJoin As Boolean
public bool LeftOuterJoin {get; set;}
IRelQueryTableName2.RelationshipClassName Property
The name object for the RelationshipClass that defines the RelQueryTable.
Public Property RelationshipClassName As IName
public IName RelationshipClassName {get; set;}
IRelQueryTableName2.SrcQueryFilter Property
A QueryFilter applied to a cursor opened from the RelQueryTable.
Public Property SrcQueryFilter As IQueryFilter
public IQueryFilter SrcQueryFilter {get; set;}
IRelQueryTableName2.SrcSelectionSet Property
A SelectionSet applied to a cursor opened from the RelQueryTable.
Public Property SrcSelectionSet As ISelectionSet
public ISelectionSet SrcSelectionSet {get; set;}
IRelQueryTableName2.TargetColumns Property
The destination dataset columns available in a cursor opened from the RelTableTable.
Public Property TargetColumns As String
public string TargetColumns {get; set;}
Classes that implement IRelQueryTableName2
Classes | Description |
---|---|
RelQueryTableName | A name class that represents a RelQueryTable. |