Freigeben über


OwnedNavigationStoredProcedureBuilder<TOwnerEntity,TDependentEntity>.HasParameter Methode

Definition

Überlädt

HasParameter(String)

Konfiguriert einen neuen Parameter, wenn kein Parameter vorhanden ist, der der angegebenen Eigenschaft zugeordnet ist.

HasParameter(String, Action<StoredProcedureParameterBuilder>)

Konfiguriert einen neuen Parameter, wenn kein Parameter vorhanden ist, der der angegebenen Eigenschaft zugeordnet ist.

HasParameter<TProperty>(Expression<Func<TDependentEntity,TProperty>>, Action<StoredProcedureParameterBuilder>)

Konfiguriert einen neuen Parameter, wenn kein Parameter vorhanden ist, der der angegebenen Eigenschaft zugeordnet ist.

HasParameter<TProperty>(Expression<Func<TDependentEntity,TProperty>>)

Konfiguriert einen neuen Parameter, wenn kein Parameter vorhanden ist, der der angegebenen Eigenschaft zugeordnet ist.

HasParameter(String)

Quelle:
OwnedNavigationStoredProcedureBuilder%60%60.cs
Quelle:
OwnedNavigationStoredProcedureBuilder%60%60.cs
Quelle:
OwnedNavigationStoredProcedureBuilder%60%60.cs

Konfiguriert einen neuen Parameter, wenn kein Parameter vorhanden ist, der der angegebenen Eigenschaft zugeordnet ist.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationStoredProcedureBuilder<TOwnerEntity,TDependentEntity> HasParameter (string propertyName);
override this.HasParameter : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationStoredProcedureBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)>
Public Overridable Function HasParameter (propertyName As String) As OwnedNavigationStoredProcedureBuilder(Of TOwnerEntity, TDependentEntity)

Parameter

propertyName
String

Der Eigenschaftenname.

Gibt zurück

Derselbe Generator instance, sodass mehrere Konfigurationsaufrufe verkettet werden können.

Gilt für:

HasParameter(String, Action<StoredProcedureParameterBuilder>)

Quelle:
OwnedNavigationStoredProcedureBuilder%60%60.cs
Quelle:
OwnedNavigationStoredProcedureBuilder%60%60.cs
Quelle:
OwnedNavigationStoredProcedureBuilder%60%60.cs

Konfiguriert einen neuen Parameter, wenn kein Parameter vorhanden ist, der der angegebenen Eigenschaft zugeordnet ist.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationStoredProcedureBuilder<TOwnerEntity,TDependentEntity> HasParameter (string propertyName, Action<Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureParameterBuilder> buildAction);
override this.HasParameter : string * Action<Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureParameterBuilder> -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationStoredProcedureBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)>
Public Overridable Function HasParameter (propertyName As String, buildAction As Action(Of StoredProcedureParameterBuilder)) As OwnedNavigationStoredProcedureBuilder(Of TOwnerEntity, TDependentEntity)

Parameter

propertyName
String

Der Name des Parameters.

buildAction
Action<StoredProcedureParameterBuilder>

Eine Aktion, die die Konfiguration des Parameters ausführt.

Gibt zurück

Derselbe Generator instance, sodass mehrere Konfigurationsaufrufe verkettet werden können.

Gilt für:

HasParameter<TProperty>(Expression<Func<TDependentEntity,TProperty>>, Action<StoredProcedureParameterBuilder>)

Quelle:
OwnedNavigationStoredProcedureBuilder%60%60.cs
Quelle:
OwnedNavigationStoredProcedureBuilder%60%60.cs
Quelle:
OwnedNavigationStoredProcedureBuilder%60%60.cs

Konfiguriert einen neuen Parameter, wenn kein Parameter vorhanden ist, der der angegebenen Eigenschaft zugeordnet ist.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationStoredProcedureBuilder<TOwnerEntity,TDependentEntity> HasParameter<TProperty> (System.Linq.Expressions.Expression<Func<TDependentEntity,TProperty>> propertyExpression, Action<Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureParameterBuilder> buildAction);
override this.HasParameter : System.Linq.Expressions.Expression<Func<'DependentEntity, 'Property>> * Action<Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureParameterBuilder> -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationStoredProcedureBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)>
Public Overridable Function HasParameter(Of TProperty) (propertyExpression As Expression(Of Func(Of TDependentEntity, TProperty)), buildAction As Action(Of StoredProcedureParameterBuilder)) As OwnedNavigationStoredProcedureBuilder(Of TOwnerEntity, TDependentEntity)

Typparameter

TProperty

Parameter

propertyExpression
Expression<Func<TDependentEntity,TProperty>>

Ein Lambdaausdruck, der die zu konfigurierende Eigenschaft (blog => blog.Url) darstellt.

buildAction
Action<StoredProcedureParameterBuilder>

Eine Aktion, die die Konfiguration des Parameters ausführt.

Gibt zurück

Derselbe Generator instance, sodass mehrere Konfigurationsaufrufe verkettet werden können.

Gilt für:

HasParameter<TProperty>(Expression<Func<TDependentEntity,TProperty>>)

Quelle:
OwnedNavigationStoredProcedureBuilder%60%60.cs
Quelle:
OwnedNavigationStoredProcedureBuilder%60%60.cs
Quelle:
OwnedNavigationStoredProcedureBuilder%60%60.cs

Konfiguriert einen neuen Parameter, wenn kein Parameter vorhanden ist, der der angegebenen Eigenschaft zugeordnet ist.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationStoredProcedureBuilder<TOwnerEntity,TDependentEntity> HasParameter<TProperty> (System.Linq.Expressions.Expression<Func<TDependentEntity,TProperty>> propertyExpression);
override this.HasParameter : System.Linq.Expressions.Expression<Func<'DependentEntity, 'Property>> -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationStoredProcedureBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)>
Public Overridable Function HasParameter(Of TProperty) (propertyExpression As Expression(Of Func(Of TDependentEntity, TProperty))) As OwnedNavigationStoredProcedureBuilder(Of TOwnerEntity, TDependentEntity)

Typparameter

TProperty

Parameter

propertyExpression
Expression<Func<TDependentEntity,TProperty>>

Ein Lambdaausdruck, der die zu konfigurierende Eigenschaft (blog => blog.Url) darstellt.

Gibt zurück

Derselbe Generator instance, sodass mehrere Konfigurationsaufrufe verkettet werden können.

Gilt für: