Active Query Builder 2 .NET Edition reference
ParsingErrorOnUnknownObjects Property



Instructs the component to raise an error on parsing SQL queries with database objects not listed in the Metadata Container.
Syntax
'Declaration
 
Public Property ParsingErrorOnUnknownObjects As System.Boolean
'Usage
 
Dim instance As BehaviorOptions
Dim value As System.Boolean
 
instance.ParsingErrorOnUnknownObjects = value
 
value = instance.ParsingErrorOnUnknownObjects
public System.bool ParsingErrorOnUnknownObjects {get; set;}
public: __property System.bool get_ParsingErrorOnUnknownObjects();
public: __property void set_ParsingErrorOnUnknownObjects( 
   System.bool value
);
See Also

Reference

BehaviorOptions Class
BehaviorOptions Members
SqlError Event

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback