Initializes a new instance of the C1SqlServerConnection class.

Namespace:  C1.Data.SchemaObjects
Assembly:  C1.Data.2 (in C1.Data.2.dll)

Syntax

C#
public C1SqlServerCeConnection(
	Schema schema
)
Visual Basic (Declaration)
Public Sub New ( _
	schema As Schema _
)

Parameters

schema
Type: Schema
Schema to which this connection object belongs.

See Also