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