DataContext::ExecuteQuery Method
.NET Framework (current version)
Namespace:
System.Data.Linq
Assembly: System.Data.Linq (in System.Data.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | ExecuteQuery(Type^, String^, array<Object^>^) | Executes SQL queries directly on the database. |
![]() | ExecuteQuery<TResult>(String^, array<Object^>^) | Executes SQL queries directly on the database and returns objects. |
Show:
