PropertyParameterBinding.BindToParameter(ParameterBindingInfo) Yöntem

Tanım

Bir bir özelliğin değerinin bir gerçekleştirmesi ifadesinde oluşturucusunun, fabrika yönteminin, vb. bir parametreye bağlamasını temsil eden bir ifade ağacı oluşturur.

public override System.Linq.Expressions.Expression BindToParameter (Microsoft.EntityFrameworkCore.Metadata.ParameterBindingInfo bindingInfo);
override this.BindToParameter : Microsoft.EntityFrameworkCore.Metadata.ParameterBindingInfo -> System.Linq.Expressions.Expression
Public Overrides Function BindToParameter (bindingInfo As ParameterBindingInfo) As Expression

Parametreler

bindingInfo
ParameterBindingInfo

Bağlama bilgileri.

Döndürülenler

Expression

İfade ağacı.

Şunlara uygulanır