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

PrepareParameterType() static private méthode

static private PrepareParameterType ( DbCommand cmd ) : Exception
cmd DbCommand
Résultat Exception
        static internal Exception PrepareParameterType(DbCommand cmd)
        {
            return InvalidOperation(Res.GetString(Res.ADP_PrepareParameterType, cmd.GetType().Name));
        }
        static internal Exception PrepareParameterSize(DbCommand cmd)
ADP