←Select platform

RequestAttributeSequence Property

Summary

Gets a strongly typed System.Data.DataTable for the physical 'Request Attribute Sequence' table.

Syntax

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

Property Value

A RequestAttributeSequenceDataTable which holds the information about the 'Request Attribute Sequence' 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