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

Source info class
Inheritance: ISourceInfo
Mostra file Open project: JaCraig/Craig-s-Utility-Library

Public Methods

Method 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 method

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
return System.Configuration