←Select platform

CreationDateColumn Property

Summary

Gets the System.Data.DataColumn that represents the table Creation Date column.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public DataColumn CreationDateColumn { get; } 
<DebuggerNonUserCodeAttribute()>  
Public ReadOnly Property CreationDateColumn() As System.Data.DataColumn 
   Get 
public:  
   [DebuggerNonUserCodeAttribute] 
   property System::Data::DataColumn^ CreationDateColumn 
   { 
      System::Data::DataColumn^ get() 
   } 

Property Value

The System.Data.DataColumn that represents the table Creation Date column.

Remarks

Returns the table column of (creation date).

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.Caching Assembly