DbExpression.FromDouble(Nullable<Double>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une DbExpression valeur double (nullable) spécifiée.
public:
static System::Data::Common::CommandTrees::DbExpression ^ FromDouble(Nullable<double> value);
public static System.Data.Common.CommandTrees.DbExpression FromDouble(double? value);
static member FromDouble : Nullable<double> -> System.Data.Common.CommandTrees.DbExpression
Public Shared Function FromDouble (value As Nullable(Of Double)) As DbExpression
Paramètres
Retours
Qui DbExpression représente la valeur double spécifiée.