KREDOR Business Object Framework Documentation

DataSource.Append Method (DataSource)

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 dataSource
);

Parameters

DataSource
The Kredor.BO.Datasource whose propeties to append.

Return Value

a new DataSource instance containing the union of the properties of the current instance and the supplied instance.

See Also

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