Knight Data Access Layer
TableAlias Property




KellermanSoftware.NetDataAccessLayer.LoadWithChildren Namespace > LoadWithChildrenMapItem Class : TableAlias Property
Gets or sets the table alias.
Syntax
Public Property TableAlias As String
Dim instance As LoadWithChildrenMapItem
Dim value As String
 
instance.TableAlias = value
 
value = instance.TableAlias
public string TableAlias {get; set;}
public: __property string* get_TableAlias();
public: __property void set_TableAlias( 
   string* value
);
public:
property String^ TableAlias {
   String^ get();
   void set (    String^ value);
}

Property Value

The table alias.
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