Aracılığıyla paylaş


ExplicitCastExpression(Expression, Type) Oluşturucu

Tanım

ExplicitCastExpression'ın yeni bir örneğini oluşturur..

public ExplicitCastExpression(System.Linq.Expressions.Expression operand, Type type);
new Microsoft.EntityFrameworkCore.Query.Expressions.ExplicitCastExpression : System.Linq.Expressions.Expression * Type -> Microsoft.EntityFrameworkCore.Query.Expressions.ExplicitCastExpression
Public Sub New (operand As Expression, type As Type)

Parametreler

operand
Expression

İşlenen.

type
Type

Hedef türü.

Şunlara uygulanır