Knight Data Access Layer
IgnoreClassAttribute Class
Members 




KellermanSoftware.NetDataAccessLayer.Attributes Namespace : IgnoreClassAttribute Class
Ignore this class when performing a database Setup() or SynchronizeNamespace()
Syntax
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=False)>
Public NotInheritable Class IgnoreClassAttribute 
   Inherits System.Attribute
Dim instance As IgnoreClassAttribute
[AttributeUsage(AttributeTargets.Class, AllowMultiple=false)]
public sealed class IgnoreClassAttribute : System.Attribute 
[AttributeUsage(AttributeTargets.Class, AllowMultiple=false)]
public __gc __sealed class IgnoreClassAttribute : public System.Attribute 
[AttributeUsage(AttributeTargets.Class, AllowMultiple=false)]
public ref class IgnoreClassAttribute sealed : public System.Attribute 
Example
[TableMapping("tblCustomers")]
Inheritance Hierarchy

System.Object
   System.Attribute
      KellermanSoftware.NetDataAccessLayer.Attributes.IgnoreClassAttribute

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

IgnoreClassAttribute Members
KellermanSoftware.NetDataAccessLayer.Attributes Namespace