Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

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