C# Класс Tiraggo.Interfaces.tgProviderSignature

Used by the tgConnection class. This returns the signature necessary to invoke a command on an EntitySpaces DataProvider. Returned by the "ProviderSignature" property on the tgConnection class.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
DataProviderClass string
DataProviderName string
DatabaseVersion string

Описание свойств

DataProviderClass публичное свойство

Maps to the "providerClass" element in the EntitySpaces configuration section of the configuration file.
public string DataProviderClass
Результат string

DataProviderName публичное свойство

Maps to the "provider" element in the EntitySpaces configuration section of the configuration file.
public string DataProviderName
Результат string

DatabaseVersion публичное свойство

Optional. Maps to the "databaseVersion" element in the EntitySpaces configuration section of the configuration file.
public string DatabaseVersion
Результат string