KREDOR Business Object Framework Documentation

DataSource.Append Method

Returns a new Kredor.BO.Datasource instance containing the union of the properties of the current instance and the supplied instance.

Overload List

Returns a new Kredor.BO.Datasource instance containing the union of the properties of the current instance and the supplied instance.

public DataSource Append(DataSource);

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,String);

See Also

DataSource Class | Kredor.BO Namespace