Determines whether the MemberColumnSchemaCollection contains a MemberColumnSchema element that points to the specified ColumnSchema .

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public virtual bool Contains(
	ColumnSchema value
)
Visual Basic
Public Overridable Function Contains ( 
	value As ColumnSchema
) As Boolean

Parameters

value
Type: SchemaExplorer..::..ColumnSchema
The ColumnSchema object to locate in the MemberColumnSchemaCollection. This argument can be a null reference.

Return Value

Type: Boolean
true if value is found in the MemberColumnSchemaCollection; otherwise, false.

Remarks

Please refer to Contains(Object) for details.

See Also