Active Query Builder 2 .NET Edition reference
FindIndex Method (MetadataNameList)



Gets index of a field name.
Syntax
'Declaration
 
Public Function FindIndex( _
   ByVal name As System.String _
) As System.Integer
'Usage
 
Dim instance As MetadataNameList
Dim name As System.String
Dim value As System.Integer
 
value = instance.FindIndex(name)
public System.int FindIndex( 
   System.string name
)
public: System.int FindIndex( 
   System.string* name
) 

Parameters

name

Return Value

Index of a field name if found; -1 otherwise.
See Also

Reference

MetadataNameList Class
MetadataNameList Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback