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