SqlInterpreter.Interpret Method
Include Protected Members
Include Inherited Members
Interprets T-SQL fragments.
Overload List
Name | Description | |
---|---|---|
Interpret(TSqlBatch, SqlSchemaAnalyzer, IList<InterpretationError>%) | Interprets T-SQL fragments, as specified. | |
Interpret(TSqlScript, SqlSchemaAnalyzer, IList<InterpretationError>%) | Interprets T-SQL fragments, as specified. | |
Interpret(TSqlStatement, SqlSchemaAnalyzer, IList<InterpretationError>%) | Interprets T-SQL fragments, as specified. |
Top