| MSSQLWrapperCompileQuery(AdoWrapperQueryCompileContext) - метод |
Возвращает строку запроса Transact-SQL для заданного контекста компиляции объектного запроса.
Пространство имён:
FinistSoft.Storage
Сборка:
DbStorage (в DbStorage.dll) Версия: 1.0.0
Синтаксис private string CompileQuery(
AdoWrapperQueryCompileContext context
)
Private Function CompileQuery (
context As AdoWrapperQueryCompileContext
) As String
Dim instance As MSSQLWrapper
Dim context As AdoWrapperQueryCompileContext
Dim returnValue As String
returnValue = instance.CompileQuery(context)
private function CompileQuery(
context : AdoWrapperQueryCompileContext
) : String
Параметры
- context
- Тип: FinistSoft.StorageAdoWrapperQueryCompileContext
Контекст компиляции объектного запроса, для которого требуется получить строку запроса к базе данных.
Возвращаемое значение
Тип:
StringСтрока запроса Transact-SQL.
См. также