Knight Data Access Layer
CreateDate Property




KellermanSoftware.NetDataAccessLayer Namespace > Table Class : CreateDate Property
Map to the CreateDate property of the class
Syntax
Public Property CreateDate As PropertyInfo
Dim instance As Table
Dim value As PropertyInfo
 
instance.CreateDate = value
 
value = instance.CreateDate
public PropertyInfo CreateDate {get; set;}
public: __property PropertyInfo* get_CreateDate();
public: __property void set_CreateDate( 
   PropertyInfo* value
);
public:
property PropertyInfo^ CreateDate {
   PropertyInfo^ get();
   void set (    PropertyInfo^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Table Class
Table Members