ComponentOne DataObjects for .NET
CompositeTable Constructor(Schema,C1DataRow)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > CompositeTable Class > CompositeTable Constructor : CompositeTable Constructor(Schema,C1DataRow)
Schema the table belongs to.
Custom class representing rows of a table or table view.
Initializes a new instance of the CompositeTable class.
Syntax
'Declaration
 
Public Function New( _
   ByVal schema As Schema, _
   ByVal userObjPrototype As C1DataRow _
)
public CompositeTable( 
   Schema schema,
   C1DataRow userObjPrototype
)

Parameters

schema
Schema the table belongs to.
userObjPrototype
Custom class representing rows of a table or table view.
See Also

Reference

CompositeTable Class
CompositeTable Members
Overload List