Knight Data Access Layer
NullableAttribute Class
Members 




KellermanSoftware.NetDataAccessLayer.Attributes Namespace : NullableAttribute Class
If true, this property is nullable
Syntax
<AttributeUsageAttribute(AttributeTargets.Property)>
Public NotInheritable Class NullableAttribute 
   Inherits System.Attribute
Dim instance As NullableAttribute
[AttributeUsage(AttributeTargets.Property)]
public sealed class NullableAttribute : System.Attribute 
[AttributeUsage(AttributeTargets.Property)]
public __gc __sealed class NullableAttribute : public System.Attribute 
[AttributeUsage(AttributeTargets.Property)]
public ref class NullableAttribute sealed : public System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      KellermanSoftware.NetDataAccessLayer.Attributes.NullableAttribute

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

NullableAttribute Members
KellermanSoftware.NetDataAccessLayer.Attributes Namespace