Knight Data Access Layer
ColumnName Property (LoadWithChildrenMapItem)




KellermanSoftware.NetDataAccessLayer.LoadWithChildren Namespace > LoadWithChildrenMapItem Class : ColumnName Property
Gets or sets the name of the column.
Syntax
Public Property ColumnName As String
Dim instance As LoadWithChildrenMapItem
Dim value As String
 
instance.ColumnName = value
 
value = instance.ColumnName
public string ColumnName {get; set;}
public: __property string* get_ColumnName();
public: __property void set_ColumnName( 
   string* value
);
public:
property String^ ColumnName {
   String^ get();
   void set (    String^ value);
}

Property Value

The name of the column.
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

LoadWithChildrenMapItem Class
LoadWithChildrenMapItem Members