Editor .NET Libraries: Possible to query SQL Server directly?
Editor .NET Libraries: Possible to query SQL Server directly?
mj6733
Posts: 1Questions: 1Answers: 0
In the process of creating a custom validator (unique with where clause), I've determined that I need to query a SQL Server database directly. I would prefer to use Editor to do this. I understand that the php library has DataTable->sql()
. Does the .NET library have similar functionality?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Yes - Database.Sql().
Allan