Method Contains
| Improve this Doc View SourceContains(Column)
Determines whether the specified column is part of this candidate key.
Declaration
public bool Contains(Column column)
Parameters
Type | Name | Description |
---|---|---|
Column | column | The specified column. |
Returns
Type | Description |
---|---|
System.Boolean | true if the specified column is part of this candidate key, otherwise false. |