ColumnCollectionContains Method
Checks if the column is part of the collection
Namespace: Firefly.Box.Data.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public bool Contains(
ColumnBase column
)
Public Function Contains (
column As ColumnBase
) As Boolean
member Contains :
column : ColumnBase -> bool
- column ColumnBase
- The column to search for
BooleanTrue if the column exists in the collection, otherwise false.