DbExpressionBuilder.Variable(TypeUsage, String) 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 un objet DbVariableReferenceExpression qui référence une variable avec le nom et le type spécifiés.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbVariableReferenceExpression ^ Variable(System::Data::Metadata::Edm::TypeUsage ^ type, System::String ^ name);
public static System.Data.Common.CommandTrees.DbVariableReferenceExpression Variable (this System.Data.Metadata.Edm.TypeUsage type, string name);
static member Variable : System.Data.Metadata.Edm.TypeUsage * string -> System.Data.Common.CommandTrees.DbVariableReferenceExpression
<Extension()>
Public Function Variable (type As TypeUsage, name As String) As DbVariableReferenceExpression
Paramètres
- type
- TypeUsage
Type de la variable référencée.
- name
- String
Nom de la variable référencée.
Retours
DbVariableReferenceExpression qui représente une référence à une variable avec le nom et le type spécifiés. Le type de résultat de l'expression sera le même que type
.