
| Visual Basic (Declaration) | |
|---|---|
<DefaultMemberAttribute("Item")> <GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")> <XmlSchemaProviderAttribute(MethodName="GetTypedDataSetSchema", IsAny=False)> <SerializableAttribute()> Public Class MPPSDataset.PPSRelationshipDataTable Inherits System.Data.TypedTableBase(Of MPPSDataset.PPSRelationshipRow) Implements IEnumerable(Of MPPSDataset.PPSRelationshipRow), IEnumerable, IComponent, IListSource, ISupportInitialize, ISupportInitializeNotification, IDisposable, IServiceProvider, ISerializable, IXmlSerializable  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As MPPSDataset.PPSRelationshipDataTable  | |
| C# | |
|---|---|
[DefaultMemberAttribute("Item")] [GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")] [XmlSchemaProviderAttribute(MethodName="GetTypedDataSetSchema", IsAny=false)] [SerializableAttribute()] public class MPPSDataset.PPSRelationshipDataTable : System.Data.TypedTableBase<MPPSDataset.PPSRelationshipRow>, IEnumerable<MPPSDataset.PPSRelationshipRow>, IEnumerable, IComponent, IListSource, ISupportInitialize, ISupportInitializeNotification, IDisposable, IServiceProvider, ISerializable, IXmlSerializable  | |
| C++/CLI | |
|---|---|
[DefaultMemberAttribute("Item")] [GeneratedCodeAttribute(Tool="System.Data.Design.TypedDataSetGenerator", Version="2.0.0.0")] [XmlSchemaProviderAttribute(MethodName="GetTypedDataSetSchema", IsAny=false)] [SerializableAttribute()] public ref class MPPSDataset.PPSRelationshipDataTable : public System.Data.TypedTableBase<MPPSDataset.PPSRelationshipRow>, IEnumerable<MPPSDataset.PPSRelationshipRow>, IEnumerable, IComponent, IListSource, ISupportInitialize, ISupportInitializeNotification, IDisposable, IServiceProvider, ISerializable, IXmlSerializable  | |
System.Object
   System.ComponentModel.MarshalByValueComponent
      System.Data.DataTable
         System.Data.TypedTableBase<T>
            Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MPPSDataset.PPSRelationshipDataTable
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
  
   
                    
Copy Code