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.
显示文件 Open project: BrewDawg/Tiraggo Class Usage Examples

Public Properties

Property 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
return string

DataProviderName public_oe property

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

DatabaseVersion public_oe property

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