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.
Show file Open project: BrewDawg/Tiraggo Class Usage Examples

Public Properties

Property Type Description
DataProviderClass string
DataProviderName string
DatabaseVersion string

Property Details

DataProviderClass public property

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

DataProviderName public property

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

DatabaseVersion public property

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