Constructor SqlRepositoryBase
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
SqlRepositoryBase(bool, ISyntaxTree)
Initializes a new instance of the SqlRepository
class with specified settings.
public SqlRepositoryBase(bool caseSensitive, ISyntaxTree syntaxTree)
Parameters
caseSensitive
boolSpecifies CaseSensitive property of this new instance.
syntaxTree
ISyntaxTreeSpecifies SyntaxTree property of this new instance.