KREDOR Business Object Framework Documentation

DataSource.Append Method (String, String)

Returns a new Kredor.BO.Datasource instance containing the union of the parameters of the current instance and the supplied name-value pair.

public DataSource Append(
   String name,
   String value
);

Parameters

String
The parameter name.
String
The parameter value.

Return Value

a new DataSource instance containing the union of the parameters of the current instance and the supplied name-value pair.

Example

DataSource ds = ds1.Append("Database=Company1");

See Also

DataSource Class | Kredor.BO Namespace | DataSource.Append Overload List