C# Class Utilities.ORM.Manager.SourceProvider.SourceInfo

Source info class
Inheritance: ISourceInfo
Afficher le fichier Open project: JaCraig/Craig-s-Utility-Library

Méthodes publiques

Méthode Description
SourceInfo ( string Connection, string Name, string SourceType = "System.Data.SqlClient", string ParameterPrefix = "@", bool Writable = true, bool Readable = true, IDatabase Database = null ) : System.Configuration

Constructor

Method Details

SourceInfo() public méthode

Constructor
public SourceInfo ( string Connection, string Name, string SourceType = "System.Data.SqlClient", string ParameterPrefix = "@", bool Writable = true, bool Readable = true, IDatabase Database = null ) : System.Configuration
Connection string
Name string
SourceType string
ParameterPrefix string
Writable bool
Readable bool
Database IDatabase
Résultat System.Configuration