Method | Description | |
---|---|---|
AddLeftProperty ( string propertyName ) : void |
Adds a property to the left side of the join
|
|
AddRightProperty ( string propertyName ) : void |
Adds a property to the right side of the join
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
FdoJoinOptions ( ) : System |
Initializes a new instance of the FdoJoinOptions class.
|
|
FdoJoinOptions ( bool owner ) : System |
Initializes a new instance of the FdoJoinOptions class.
|
|
Reset ( ) : void |
Resets this instance.
|
|
SetJoinPairs ( |
Sets the join pair collection
|
|
SetLeft ( |
Sets the left source of the join
|
|
SetRight ( |
Sets the right source of the join
|
|
SetTarget ( |
Sets the target of the join
|
|
Validate ( ) : void |
Validates these options
|
Method | Description | |
---|---|---|
CreateLeftQuery ( ) : |
Creates the query for the left side of the join
|
|
CreateRightQuery ( ) : |
Creates the query for the right side of the join
|
public AddLeftProperty ( string propertyName ) : void | ||
propertyName | string | |
return | void |
public AddRightProperty ( string propertyName ) : void | ||
propertyName | string | |
return | void |
public FdoJoinOptions ( bool owner ) : System | ||
owner | bool | if set to |
return | System |
public SetJoinPairs ( |
||
pairs | ||
return | void |
public SetLeft ( |
||
conn | ||
schemaName | string | |
className | string | |
return | void |
public SetRight ( |
||
conn | ||
schemaName | string | |
className | string | |
return | void |
public SetTarget ( |
||
conn | ||
schemaName | string | |
className | string | |
return | void |