Knight Data Access Layer
IsDirty Property




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