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

ParametersIsNotParent() static private méthode

static private ParametersIsNotParent ( Type parameterType, ICollection collection ) : ArgumentException
parameterType Type
collection ICollection
Résultat ArgumentException
        static internal ArgumentException ParametersIsNotParent(Type parameterType, ICollection collection)
        {
            return Argument(Res.GetString(Res.ADP_CollectionIsNotParent, parameterType.Name, collection.GetType().Name));
        }
        static internal ArgumentException ParametersIsParent(Type parameterType, ICollection collection)
ADP