Knight Data Access Layer
IsDeleted Property




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