C# Класс FdoToolbox.Core.ETL.Specialized.FdoJoinOptions

Controls the FdoJoin operation
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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 ( NameValueCollection pairs ) : void

Sets the join pair collection

SetLeft ( FdoConnection conn, string schemaName, string className ) : void

Sets the left source of the join

SetRight ( FdoConnection conn, string schemaName, string className ) : void

Sets the right source of the join

SetTarget ( FdoConnection conn, string schemaName, string className ) : void

Sets the target of the join

Validate ( ) : void

Validates these options

Приватные методы

Метод Описание
CreateLeftQuery ( ) : FeatureQueryOptions

Creates the query for the left side of the join

CreateRightQuery ( ) : FeatureQueryOptions

Creates the query for the right side of the join

Описание методов

AddLeftProperty() публичный Метод

Adds a property to the left side of the join
public AddLeftProperty ( string propertyName ) : void
propertyName string
Результат void

AddRightProperty() публичный Метод

Adds a property to the right side of the join
public AddRightProperty ( string propertyName ) : void
propertyName string
Результат void

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

FdoJoinOptions() публичный Метод

Initializes a new instance of the FdoJoinOptions class.
public FdoJoinOptions ( ) : System
Результат System

FdoJoinOptions() публичный Метод

Initializes a new instance of the FdoJoinOptions class.
public FdoJoinOptions ( bool owner ) : System
owner bool if set to true this will own the underlying connections and dispose of them when it itself is disposed
Результат System

Reset() публичный Метод

Resets this instance.
public Reset ( ) : void
Результат void

SetJoinPairs() публичный Метод

Sets the join pair collection
public SetJoinPairs ( NameValueCollection pairs ) : void
pairs System.Collections.Specialized.NameValueCollection
Результат void

SetLeft() публичный Метод

Sets the left source of the join
public SetLeft ( FdoConnection conn, string schemaName, string className ) : void
conn FdoToolbox.Core.Feature.FdoConnection
schemaName string
className string
Результат void

SetRight() публичный Метод

Sets the right source of the join
public SetRight ( FdoConnection conn, string schemaName, string className ) : void
conn FdoToolbox.Core.Feature.FdoConnection
schemaName string
className string
Результат void

SetTarget() публичный Метод

Sets the target of the join
public SetTarget ( FdoConnection conn, string schemaName, string className ) : void
conn FdoToolbox.Core.Feature.FdoConnection
schemaName string
className string
Результат void

Validate() публичный Метод

Validates these options
public Validate ( ) : void
Результат void