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

ParametersIsParent() static private méthode

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