Click or drag to resize

Table Constructor (String, Schema, String)

Initializes a new instance of the Table class

Namespace:  Dynamicweb.DataIntegration.Integration
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public Table(
	string name,
	Schema schema,
	string sqlSchema
)

Parameters

name
Type: SystemString
schema
Type: Dynamicweb.DataIntegration.IntegrationSchema
sqlSchema
Type: SystemString
See Also