<IgnoreColumnAttribute()> Public Property IsDirty As Boolean
Dim instance As TableIndex Dim value As Boolean instance.IsDirty = value value = instance.IsDirty
[IgnoreColumn()] public bool IsDirty {get; set;}
[IgnoreColumn()] public: property bool IsDirty { bool get(); void set ( bool value); }