Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reports the index of the first occurrence of the relationship entry based on a specified element.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function IndexOf ( _
element As TTo, _
startIndex As Integer _
) As Integer
int IndexOf(
TTo element,
int startIndex
)
int IndexOf(
TTo element,
int startIndex
)
abstract IndexOf :
element:'TTo *
startIndex:int -> int
function IndexOf(
element : TTo,
startIndex : int
) : int
Parameters
- element
Type: TTo
Specifies the element to be searched
- startIndex
Type: System.Int32
Specifies the starting index
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.