Table of Contents

Class Table

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

Represents data source table

[Serializable]
public class Table
Inheritance
Table
Inherited Members

Properties

Connection

Connection

public DMConnection Connection { get; set; }

Property Value

DMConnection

Fields

Table fields

public FieldCollection Fields { get; set; }

Property Value

FieldCollection

Name

Name

public string Name { get; set; }

Property Value

string

Name as string

To top