IRelQueryTableName2 Interface

Provides access to members that define a relationship query table name.

Members

Name Description
Read/write property DoNotPushJoinToDB Indicates if the join is processed on the client.
Read/write property FireRowChangedEvents Indicates if Fire row changed events.
Read/write property ForwardDirection Indicates if the originPrimaryClass of the RelationshipClass is the SourceTable.
Read/write property LeftOuterJoin Indicates if the type of join will be a left outer join.
Read/write property RelationshipClassName The name object for the RelationshipClass that defines the RelQueryTable.
Read/write property SrcQueryFilter A QueryFilter applied to a cursor opened from the RelQueryTable.
Read/write property SrcSelectionSet A SelectionSet applied to a cursor opened from the RelQueryTable.
Read/write property 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.

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