←Select platform

PresentationInstance Property

Summary

Gets a strongly typed System.Data.DataTable for the physical 'Presentation Instance' table.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] 
public PresentationInstanceDataTable PresentationInstance { get; } 
<DebuggerNonUserCodeAttribute(),  
 GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")>  
Public ReadOnly Property PresentationInstance() As PresentationInstanceDataTable 
   Get 
public:  
   [DebuggerNonUserCodeAttribute,  
   GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", L"4.0.0.0")] 
   property PresentationInstanceDataTable^ PresentationInstance 
   { 
      PresentationInstanceDataTable^ get() 
   } 

Property Value

A PresentationInstanceDataTable containing the information about the 'Presentation Instance' table.

Requirements

Target Platforms

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

Leadtools.Medical.Storage.DataAccessLayer Assembly