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.
파일 보기 프로젝트 열기: BrewDawg/Tiraggo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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