ComponentOne DataObjects for .NET
Remove Method (C1ExpressFieldCollection)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressFieldCollection Class : Remove Method
The field to remove from the collection.
Removes the first occurrence of a specific object from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal field As C1ExpressField _
) 
public void Remove( 
   C1ExpressField field
)

Parameters

field
The field to remove from the collection.
See Also

Reference

C1ExpressFieldCollection Class
C1ExpressFieldCollection Members