C# 클래스 Tiraggo.Interfaces.tgConnectionElement

This contains the detail connection information for an entry in the EntitySpaces configuration section.
상속: System.Configuration.ConfigurationElement
파일 보기 프로젝트 열기: BrewDawg/Tiraggo 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IsReadOnly ( ) : bool
tgConnectionElement ( ) : System
tgConnectionElement ( String provider, String connectionString ) : System

Constructor used internally by EntitySpaces

메소드 상세

IsReadOnly() 공개 메소드

public IsReadOnly ( ) : bool
리턴 bool

tgConnectionElement() 공개 메소드

public tgConnectionElement ( ) : System
리턴 System

tgConnectionElement() 공개 메소드

Constructor used internally by EntitySpaces
public tgConnectionElement ( String provider, String connectionString ) : System
provider String
connectionString String
리턴 System