Npgsql.NpgsqlParameterCollection.IndexOf C# (CSharp) 메소드

IndexOf() 공개 메소드

Report the offset within the collection of the given parameter.
public IndexOf ( Npgsql.NpgsqlParameter item ) : int
item Npgsql.NpgsqlParameter Parameter to find.
리턴 int
        public int IndexOf(NpgsqlParameter item)
        {
            return InternalList.IndexOf(item);
        }

Same methods

NpgsqlParameterCollection::IndexOf ( object value ) : int
NpgsqlParameterCollection::IndexOf ( string parameterName ) : int