MultiQueryItem Constructors
Provides a model that stores the information about a tree list item on the Create a Query or Select a Stored Procedure page of the Data Source Wizard.| Name | Parameters | Description |
|---|---|---|
| MultiQueryItem(String, Nullable<Boolean>, Int32, Int32, MultiQueryItemActions) | name, selected, id, parentId, actions | Initializes a new instance of the MultiQueryItem class with the specified settings. |
| MultiQueryItem(String, String, Nullable<Boolean>, Int32, Int32, MultiQueryItemActions) | name, displayName, selected, id, parentId, actions | Initializes a new instance of the MultiQueryItem class with the specified settings. |
See Also