Dynamicweb 8 Documentation
CreateTable Method (DMConnectionMeta)

table name
table fields
Create new table in connection
Syntax
'Declaration
 
Public MustOverride Function CreateTable( _ 
   ByVal name As String, _ 
   ByVal fields As FieldCollection _ 
) As Boolean
public abstract bool CreateTable( 
   string name,
   FieldCollection fields 
)

Parameters

name
table name
fields
table fields

Return Value

true, if created
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