ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > GenericSyntaxProvider Class : AutoDetectServer Property |
'Declaration Public Property AutoDetectServer As System.Boolean
'Usage Dim instance As GenericSyntaxProvider Dim value As System.Boolean instance.AutoDetectServer = value value = instance.AutoDetectServer
public System.bool AutoDetectServer {get; set;}
The detection routine sends a series of server-specific SQL queries that allows to uniquely define the underlying database server. This information is used to determine correct quotation of identifiers and their case sensitivity. It is also used to retrieve database schema from supported database servers more precisely.
Due to it's nature, the detection routine may generate a series of SQL query execution errors and it works only if connection to a database server is established.