←Select platform

CodeMeaningColumn Property

Summary

Gets the System.Data.DataColumn that represents the table Coding Meaning column.

Syntax

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

Property Value

The System.Data.DataColumn that represents the table Coding Meaning column.

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