Метод | Описание | |
---|---|---|
FdoJoinDialog ( FdoConnection conn, string primarySchemaName, string primaryClassName, string primaryClassAlias ) : System | ||
FdoJoinDialog ( FdoConnection conn, string primarySchemaName, string primaryClassName, string primaryClassAlias, FdoJoinCriteriaInfo criteria ) : System |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnLoad ( EventArgs e ) : void |
Метод | Описание | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnCancel_Click ( object sender, EventArgs e ) : void | ||
btnFilter_Click ( object sender, EventArgs e ) : void | ||
btnOk_Click ( object sender, EventArgs e ) : void | ||
cmbClass_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
cmbSchema_SelectedIndexChanged ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public FdoJoinDialog ( FdoConnection conn, string primarySchemaName, string primaryClassName, string primaryClassAlias ) : System | ||
conn | FdoConnection | |
primarySchemaName | string | |
primaryClassName | string | |
primaryClassAlias | string | |
Результат | System |
public FdoJoinDialog ( FdoConnection conn, string primarySchemaName, string primaryClassName, string primaryClassAlias, FdoJoinCriteriaInfo criteria ) : System | ||
conn | FdoConnection | |
primarySchemaName | string | |
primaryClassName | string | |
primaryClassAlias | string | |
criteria | FdoJoinCriteriaInfo | |
Результат | System |