ComponentOne DataObjects for .NET
Add Method (TableViewFieldCollection)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > TableViewFieldCollection Class : Add Method
The object to be added to the end of the collection.
Adds a new element to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal obj As TableViewField _
) 
public void Add( 
   TableViewField obj
)

Parameters

obj
The object to be added to the end of the collection.
See Also

Reference

TableViewFieldCollection Class
TableViewFieldCollection Members