Dynamicweb 8 Documentation
TableFields Property

table name
Fields of table.
Syntax
'Declaration
 
Public ReadOnly Property TableFields( _ 
   ByVal tableName As String _ 
) As FieldCollection
public FieldCollection TableFields( 
   string tableName 
) {get;}

Parameters

tableName
table name

Property Value

list of fieds, or null if table not exists
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

DMConnectionMeta Class
DMConnectionMeta Members

Send Feedback