Active Query Builder 2 .NET Edition reference
DetectServerVersion Property



Instructs the component to detect database server version automatically.
Syntax
'Declaration
 
Public Overridable Property DetectServerVersion As System.Boolean
'Usage
 
Dim instance As BaseSyntaxProvider
Dim value As System.Boolean
 
instance.DetectServerVersion = value
 
value = instance.DetectServerVersion
public virtual System.bool DetectServerVersion {get; set;}
public: __property virtual System.bool get_DetectServerVersion();
public: __property virtual void set_DetectServerVersion( 
   System.bool value
);
See Also

Reference

BaseSyntaxProvider Class
BaseSyntaxProvider Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback