Ninja Database Pro
NotNullAttribute Class
Members 



KellermanSoftware.NinjaDatabasePro.Constraint Namespace : NotNullAttribute Class
The field cannot be null even if it is declared as a nullable type
Syntax
<AttributeUsageAttribute(AttributeTargets.Property)>
Public NotInheritable Class NotNullAttribute 
   Inherits System.Attribute
Dim instance As NotNullAttribute
[AttributeUsage(AttributeTargets.Property)]
public sealed class NotNullAttribute : System.Attribute 
[AttributeUsage(AttributeTargets.Property)]
public ref class NotNullAttribute sealed : public System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      KellermanSoftware.NinjaDatabasePro.Constraint.NotNullAttribute

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

NotNullAttribute Members
KellermanSoftware.NinjaDatabasePro.Constraint Namespace