Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Tiraggo
Interfaces
tgProviderSignature
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