Compartir a través de


DbExpressionBuilder.Parameter(TypeUsage, String) Método

Definición

Crea un nuevo objeto DbParameterReferenceExpression que hace referencia a un parámetro con el nombre y tipo especificados.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbParameterReferenceExpression ^ Parameter(System::Data::Metadata::Edm::TypeUsage ^ type, System::String ^ name);
public static System.Data.Common.CommandTrees.DbParameterReferenceExpression Parameter (this System.Data.Metadata.Edm.TypeUsage type, string name);
static member Parameter : System.Data.Metadata.Edm.TypeUsage * string -> System.Data.Common.CommandTrees.DbParameterReferenceExpression
<Extension()>
Public Function Parameter (type As TypeUsage, name As String) As DbParameterReferenceExpression

Parámetros

type
TypeUsage

Tipo del parámetro al que se hace referencia.

name
String

Nombre del parámetro al que se hace referencia.

Devoluciones

DbParameterReferenceExpression que representa una referencia a un parámetro con el nombre y el tipo especificados. El tipo de resultado de la expresión será el mismo que para type.

Se aplica a