ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > SQLQualifiedNameList Class : IndexOf Method |
'Declaration Public Function IndexOf( _ ByVal item As SQLQualifiedName _ ) As System.Integer
'Usage Dim instance As SQLQualifiedNameList Dim item As SQLQualifiedName Dim value As System.Integer value = instance.IndexOf(item)
public System.int IndexOf( SQLQualifiedName item )
public: System.int IndexOf( SQLQualifiedName* item )