Knight Data Access Layer
FillInMaintenanceFields Property (IAutoMap)




KellermanSoftware.NetDataAccessLayer Namespace > IAutoMap Interface : FillInMaintenanceFields Property
If true, properties such as CreateDate, UpdateDate, CreateUser will be automatically filled in before saving The default is true
Syntax
Property FillInMaintenanceFields As Boolean
Dim instance As IAutoMap
Dim value As Boolean
 
instance.FillInMaintenanceFields = value
 
value = instance.FillInMaintenanceFields
bool FillInMaintenanceFields {get; set;}
__property bool get_FillInMaintenanceFields();
__property void set_FillInMaintenanceFields( 
   bool value
);
property bool FillInMaintenanceFields {
   bool get();
   void set (    bool value);
}
Remarks
See also MaintFields
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

IAutoMap Interface
IAutoMap Members