Knight Data Access Layer
Table Property




KellermanSoftware.NetDataAccessLayer Namespace > Field Class : Table Property
The table that the field belongs to
Syntax
<XmlIgnoreAttribute()>
Public Property Table As Table
Dim instance As Field
Dim value As Table
 
instance.Table = value
 
value = instance.Table
[XmlIgnore()]
public Table Table {get; set;}
[XmlIgnore()]
public: __property Table* get_Table();
public: __property void set_Table( 
   Table* value
);
[XmlIgnore()]
public:
property Table^ Table {
   Table^ get();
   void set (    Table^ 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

Field Class
Field Members