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