Returns the zero-based index of the first occurrence of the specified
MemberColumnSchema in the MemberColumnSchemaCollection that points to the specified ColumnSchema ..
Namespace: SchemaExplorerAssembly: 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: Int32The zero-based index of the first occurrence of value in the MemberColumnSchemaCollection, if found; otherwise, -1.
Remarks
Please refer to IndexOf(Object) for details.