KREDOR Business Object Framework Documentation

DataSource Constructor

Creates a new Kredor.BO.Datasource instance based on the specified connection string or name of the key in the config file containing the connection string.

Overload List

Initializes a new Kredor.BO.Datasource instance which is a copy of the specified Kredor.BO.Datasource.

public DataSource(DataSource);

Creates a new Kredor.BO.Datasource instance based on the specified connection string or name of the key in the config file containing the connection string.

public DataSource(String);

See Also

DataSource Class | Kredor.BO Namespace | BusinessObject | SelectFrom