Active Query Builder 2 .NET Edition reference
DenyIntoClause Property (MySQLSyntaxProvider)



Instructs to deny the INTO clause parsing and generation.
Syntax
public override System.bool DenyIntoClause {get; set;}
public: __property System.bool get_DenyIntoClause() override;
public: __property void set_DenyIntoClause( 
   System.bool value
) override;
'Declaration
 
Public Overrides Property DenyIntoClause As System.Boolean
 
'Usage
 
Dim instance As MySQLSyntaxProvider
Dim value As System.Boolean
 
instance.DenyIntoClause = value
 
value = instance.DenyIntoClause
See Also

Reference

MySQLSyntaxProvider Class
MySQLSyntaxProvider Members
Base Implementation in DenyIntoClause

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback