Applies to extended BusinessObjects; prevents BusinessObject.BuildTable() from adding UpdatedBy and UpdatedTime columns to the underlying DataTable

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class NoUpdateAttribute : Attribute
Visual Basic
Public Class NoUpdateAttribute
	Inherits Attribute
Visual C++
public ref class NoUpdateAttribute : public Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Caisis.BOL..::..NoUpdateAttribute

See Also