Loads a database which is used to create table and field name menu items in the mailings ribbon tab from an existing DataSet object.

Introduced: X14.

LoadDataSet(System.Data.DataSet)

public Web.MVC.TextControl LoadDataSet(System.Data.DataSet dataSet);
Public Function LoadDataSet(dataSet As System.Data.DataSet) As Web.MVC.TextControl

Parameters

Parameter Description
dataSet Specifies a System.Data.DataSet object from which table and field names and existing data relations are loaded.

Return Value

A reference to the Web.MVC.TextControl instance to allow method chaining.