ComponentOne DataObjects for .NET
Remove Method (FieldCalculationCollection)

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

Parameters

calculation
The object to remove from the collection.
See Also

Reference

FieldCalculationCollection Class
FieldCalculationCollection Members