Contains

Contains(string)

Returns a value indicating whether this collection contains a column with the specified name.

public bool Contains(string name)
Parameter Type Description
name String The case-insensitive name of a column to look for.

Return Value

A value indicating whether this collection contains a column with the specified name.

See Also


Contains(DocumentTableColumn)

Returns a value indicating whether this collection contains the specified column.

public bool Contains(DocumentTableColumn column)
Parameter Type Description
column DocumentTableColumn A column to look for.

Return Value

A value indicating whether this collection contains the specified column.

See Also