ArcObjects Library Reference (CatalogUI)  

IQueryTableDialog.DoModalQueryTable Method

Displays the dialog to define a query layer.

[Visual Basic .NET]
Public Function DoModalQueryTable ( _
    ByVal pName As IQueryTableName, _
    ByVal hParent As Integer _
) As IQueryTableName
[C#]
public IQueryTableName DoModalQueryTable (
    IQueryTableName pName,
    int hParent
);

Product Availability

Available with ArcGIS Desktop.

See Also

IQueryTableDialog Interface