| AdoWrapperCompileExistsIndex - метод |
Создает инструкцию SQL для проверки существования индекса в базе-данных.
Пространство имён:
FinistSoft.Storage
Сборка:
DbStorage (в DbStorage.dll) Версия: 1.0.0
Синтаксис public abstract DbCommand CompileExistsIndex(
string indexName
)
Public MustOverride Function CompileExistsIndex (
indexName As String
) As DbCommand
Dim instance As AdoWrapper
Dim indexName As String
Dim returnValue As DbCommand
returnValue = instance.CompileExistsIndex(indexName)
public abstract function CompileExistsIndex(
indexName : String
) : DbCommand
Параметры
- indexName
- Тип: SystemString
Наименование индекса.
Возвращаемое значение
Тип:
DbCommandИнструкция SQL, выполняемая с источником данных.
См. также