Knight Data Access Layer
MaintenanceFieldType Enumeration




KellermanSoftware.NetDataAccessLayer Namespace : MaintenanceFieldType Enumeration
Determines how maintenance fields will be filled in
Syntax
Public Enum MaintenanceFieldType 
   Inherits System.Enum
Dim instance As MaintenanceFieldType
public enum MaintenanceFieldType : System.Enum 
__value public enum MaintenanceFieldType : public System.Enum 
public enum class MaintenanceFieldType : public System.Enum 
Members
MemberDescription
CreateDate Fill in with the current date and time on an insert
CreateUser Fill in with the current logged in user name on an insert
MachineName Fill in with the machine name on an update
UpdateDate Fill in with the current date and time on an update
UpdateUser Fill in with the current logged in user name on an insert
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NetDataAccessLayer.MaintenanceFieldType

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

KellermanSoftware.NetDataAccessLayer Namespace