ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > MetadataNameList Class : FindIndex Method |
'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 )