ComponentOne DataObjects for .NET
C1CustomConnection Constructor(Schema)

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

Parameters

schema
Schema to which this connection object belongs.
See Also

Reference

C1CustomConnection Class
C1CustomConnection Members
Overload List