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

PrepareParameterScale() static private méthode

static private PrepareParameterScale ( DbCommand cmd, string type ) : Exception
cmd DbCommand
type string
Résultat Exception
        static internal Exception PrepareParameterScale(DbCommand cmd, string type)
        {
            return InvalidOperation(Res.GetString(Res.ADP_PrepareParameterScale, cmd.GetType().Name, type));
        }
        static internal Exception MismatchedAsyncResult(string expectedMethod, string gotMethod)
ADP