A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IDataSetLoader

Allows access to the data set loader.

Namespace: Mediachase.BusinessFoundation.Data
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
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.