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