System.Data.Common.ADP.ParametersMappingIndex C# (CSharp) Méthode

ParametersMappingIndex() static private méthode

static private ParametersMappingIndex ( int index, DbParameterCollection collection ) : Exception
index int
collection DbParameterCollection
Résultat Exception
        static internal Exception ParametersMappingIndex(int index, DbParameterCollection collection)
        {
            return CollectionIndexInt32(index, collection.GetType(), collection.Count);
        }
        static internal Exception ParametersSourceIndex(string parameterName, DbParameterCollection collection, Type parameterType)
ADP