ConnectionOptions Properties
Specifies the data connection options of a SqlDataSource.
Name | Description |
---|---|
Close |
Specifies whether or not a data connection should be closed after executing a query. |
Db |
Specifies the wait time (in seconds) before terminating the attempt to execute a query and generating an error. |
Isolation |
Specifies the isolation level for all queries, stored procedures, and other operations executed for the specified connection. |
See Also