CheckItem<T> Constructors
Provides a model that stores the information about a custom query on the Create a Query or Select a Stored Procedure (Multi-Query Version) page of the Data Source Wizard.| Name | Parameters | Description |
|---|---|---|
| CheckItem(T, Boolean, Boolean, String) | value, selected, customQuery, key | For internal use. |
| CheckItem(T, Boolean, Boolean) | value, selected, customQuery | Initializes a new instance of the CheckItem<T> class with the specified settings. |
See Also