C# Class Tiraggo.Interfaces.tgConnectionElement

This contains the detail connection information for an entry in the EntitySpaces configuration section.
Inheritance: System.Configuration.ConfigurationElement
Show file Open project: BrewDawg/Tiraggo Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
IsReadOnly ( ) : bool
tgConnectionElement ( ) : System
tgConnectionElement ( String provider, String connectionString ) : System

Constructor used internally by EntitySpaces

Method Details

IsReadOnly() public method

public IsReadOnly ( ) : bool
return bool

tgConnectionElement() public method

public tgConnectionElement ( ) : System
return System

tgConnectionElement() public method

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