Knight Data Access Layer
IsNew Property




KellermanSoftware.NetDataAccessLayer Namespace > Table Class : IsNew Property
Map to the IsNew property of the class
Syntax
Public Property IsNew As PropertyInfo
Dim instance As Table
Dim value As PropertyInfo
 
instance.IsNew = value
 
value = instance.IsNew
public PropertyInfo IsNew {get; set;}
public: __property PropertyInfo* get_IsNew();
public: __property void set_IsNew( 
   PropertyInfo* value
);
public:
property PropertyInfo^ IsNew {
   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