C# Class 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.
Afficher le fichier Open project: BrewDawg/Tiraggo Class Usage Examples

Méthodes publiques

Свойство Type Description
DataProviderClass string
DataProviderName string
DatabaseVersion string

Property Details

DataProviderClass public_oe property

Maps to the "providerClass" element in the EntitySpaces configuration section of the configuration file.
public string DataProviderClass
Résultat string

DataProviderName public_oe property

Maps to the "provider" element in the EntitySpaces configuration section of the configuration file.
public string DataProviderName
Résultat string

DatabaseVersion public_oe property

Optional. Maps to the "databaseVersion" element in the EntitySpaces configuration section of the configuration file.
public string DatabaseVersion
Résultat string