ConnectionOptions Constructors
Specifies the data connection options of a SqlDataSource.| Name | Parameters | Description |
|---|---|---|
| ConnectionOptions() | none | Initializes a new instance of the ConnectionOptions class with the default settings. |
| ConnectionOptions(ConnectionOptions) | other | Initializes a new instance of the ConnectionOptions class with the specified prototype. |
See Also