Knight Data Access Layer
ConstraintName Property




KellermanSoftware.NetDataAccessLayer Namespace > ForeignKeyConstraint Class : ConstraintName Property
The name of the constraint
Syntax
Public Property ConstraintName As String
Dim instance As ForeignKeyConstraint
Dim value As String
 
instance.ConstraintName = value
 
value = instance.ConstraintName
public string ConstraintName {get; set;}
public: __property string* get_ConstraintName();
public: __property void set_ConstraintName( 
   string* value
);
public:
property String^ ConstraintName {
   String^ get();
   void set (    String^ value);
}
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

ForeignKeyConstraint Class
ForeignKeyConstraint Members