KREDOR Business Object Framework Documentation

DataSource.NewSqlConnection Method 

Returns a new instance of SqlConnection initialized to connect to the current DataSource.

public SqlConnection NewSqlConnection();

Return Value

A new SqlConnection instance to use to connect to the current DataSource.

Remarks

This method is used internally by the Kredor.BO. Normally you should not use it unless you are extending the framework.

See Also

DataSource Class | Kredor.BO Namespace