Knight Data Access Layer
IgnoreColumnAttribute Class
Members 




KellermanSoftware.NetDataAccessLayer.Attributes Namespace : IgnoreColumnAttribute Class
Ignore this property when mapping or performing database operations
Syntax
<AttributeUsageAttribute(AttributeTargets.Property)>
Public NotInheritable Class IgnoreColumnAttribute 
   Inherits System.Attribute
Dim instance As IgnoreColumnAttribute
[AttributeUsage(AttributeTargets.Property)]
public sealed class IgnoreColumnAttribute : System.Attribute 
[AttributeUsage(AttributeTargets.Property)]
public __gc __sealed class IgnoreColumnAttribute : public System.Attribute 
[AttributeUsage(AttributeTargets.Property)]
public ref class IgnoreColumnAttribute sealed : public System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      KellermanSoftware.NetDataAccessLayer.Attributes.IgnoreColumnAttribute

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

IgnoreColumnAttribute Members
KellermanSoftware.NetDataAccessLayer.Attributes Namespace