Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

SOAP.ByNameDataSet

class SOAP.ByNameDataSet extends %XML.DataSet

A sample subclass of %XML.DataSet that implements a .Net typed dataset.

Parameters

parameter CLASSNAME = Sample.Person;
The class name that contains the query for typed DataSet
parameter NAMESPACE = http://tempuri.org/ByNameDataSet;
The XML namespace for typed DataSets
parameter QUERYNAME = ByName;
The query name for typed DataSet

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab