I would like to have IntelliSence or code completion and syntax highlighting for SQL queries in my own .NET application.
Can I use SQL Server Management Studio in the same way you can use the SMO API?
Are there any open source controls that can be used?
I found code / syntax highlighting elements, but SQL is a funny beast because of column / table aliases.
No. Cannot use SQL Server Management Studio in your application.
ScintillaNET is an open source alternative that supports MS Flavored TSQL (and Postgre SQL) out of the box.
Source: https://habr.com/ru/post/1338723/More articles:Make select () track without writing to desc? - cHTML select element: how to simulate an onStayTheSame event? - javascriptto normalize data for scaling from 1 to 10 - excelDynamic object - Tidy property names? - genericsJPQL Performance Analysis - performanceGrouping data by date ranges - linqAttempting to do a registration hook for StructureMap using DynamicProxy - loggingPython C API: PyEval_CallFunction? - cMultiple group data - linqHow to access Outlook mail using ASP.NET? - c #All Articles