November Happy Hour will be moved to Thursday December 5th.

Interface IDataSetLoader

Allows access to the data set loader.

Namespace: Mediachase.BusinessFoundation.Data
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 12.17.2
Syntax
public interface IDataSetLoader

Methods

Load(DataSet)

Loads the specified data set.

Declaration
void Load(DataSet dataSet)
Parameters
Type Name Description
System.Data.DataSet dataSet

The data set.