Knight Data Access Layer
ParentColumnName Property




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