Returns the zero-based index of the first occurrence of the specified MemberColumnSchema in the MemberColumnSchemaCollection 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 int IndexOf(
	ColumnSchema value
)
Visual Basic
Public Overridable Function IndexOf ( 
	value As ColumnSchema
) As Integer

Parameters

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

Return Value

Type: Int32
The zero-based index of the first occurrence of value in the MemberColumnSchemaCollection, if found; otherwise, -1.

Remarks

Please refer to IndexOf(Object) for details.

See Also