ComponentOne DataObjects for .NET
C1SqlServerConnection Constructor(Schema)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > C1SqlServerConnection Class > C1SqlServerConnection Constructor : C1SqlServerConnection Constructor(Schema)
Schema to which this connection object belongs.
Initializes a new instance of the C1SqlServerConnection class.
Syntax
'Declaration
 
Public Function New( _
   ByVal schema As Schema _
)
public C1SqlServerConnection( 
   Schema schema
)

Parameters

schema
Schema to which this connection object belongs.
See Also

Reference

C1SqlServerConnection Class
C1SqlServerConnection Members
Overload List