SQLConnectionControl DbSelectMethod EnumerationControl Documentation
Choice list for the function: Browse for SQL databases.

Namespace: ZsZ_Studio.Controls
Assembly: SQL.Connection.Control (in SQL.Connection.Control.dll) Version: 1.0.4947.20663 (1.0.0.0)
Syntax

public enum DbSelectMethod
Members

  Member nameValueDescription
FromStoredProcedure0 Search for databases with system stored procedure: sp_databases This choice is a little slower!
FromQuery1 Search for databases with SQL query: SELECT Name FROM master.dbo.sysdatabases This choice is a little faster!
Remarks

See Also