←Select platform

MPPSDataset Class

Summary

Represents an in-memory cache of 'MPPS (Modality Performed Procedure Step) Dataset' information.

Syntax

C#
VB
C++
[SerializableAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] 
[ToolboxItemAttribute(true)] 
[XmlSchemaProviderAttribute("GetTypedDataSetSchema")] 
[XmlRootAttribute("MPPSDataset")] 
[HelpKeywordAttribute("vs.data.DataSet")] 
public class MPPSDataset : DataSet 
  
<DesignerCategoryAttribute("code")> 
<XmlRootAttribute()> 
<XmlSchemaProviderAttribute(MethodName="GetTypedDataSetSchema", IsAny=False)> 
<GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")> 
<HelpKeywordAttribute("vs.data.DataSet")> 
<SerializableAttribute()> 
Public Class MPPSDataset  
   Inherits System.Data.DataSet 
   Implements System.ComponentModel.IComponent, System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[DesignerCategoryAttribute("code")] 
[XmlRootAttribute()] 
[XmlSchemaProviderAttribute(MethodName="GetTypedDataSetSchema", IsAny=false)] 
[GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")] 
[HelpKeywordAttribute("vs.data.DataSet")] 
[SerializableAttribute()] 
public ref class MPPSDataset : public System.Data.DataSet, System.ComponentModel.IComponent, System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable   

Remarks

This is a strongly typed System.Data.DataSet which has the schema information for the underlying MPPS (Modality Performed Procedure Step) Dataset table in the database.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly