Knight Data Access Layer
Fields Property




KellermanSoftware.NetDataAccessLayer Namespace > Table Class : Fields Property
List of the fields in the table
Syntax
Public Property Fields As List(Of Field)
Dim instance As Table
Dim value As List(Of Field)
 
instance.Fields = value
 
value = instance.Fields
public List<Field> Fields {get; set;}
public: __property List<Field*>* get_Fields();
public: __property void set_Fields( 
   List<Field*>* value
);
public:
property List<Field^>^ Fields {
   List<Field^>^ get();
   void set (    List<Field^>^ 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

Table Class
Table Members