Aracılığıyla paylaş


StoredProcedureBuilder<TEntity>.HasResultColumn Yöntem

Tanım

Aşırı Yüklemeler

HasResultColumn(String)

Bu saklı yordam için sonucun yeni bir sütununu yapılandırıyor. Bu, veritabanı tarafından oluşturulan sütunlar için kullanılır.

HasResultColumn(String, Action<StoredProcedureResultColumnBuilder>)

Bu saklı yordam için sonucun yeni bir sütununu yapılandırıyor. Bu, veritabanı tarafından oluşturulan sütunlar için kullanılır.

HasResultColumn<TDerivedEntity,TProperty>(Expression<Func<TDerivedEntity,TProperty>>)

Bu saklı yordam için sonucun yeni bir sütununu yapılandırıyor. Bu, veritabanı tarafından oluşturulan sütunlar için kullanılır.

HasResultColumn<TDerivedEntity,TProperty>(Expression<Func<TDerivedEntity,TProperty>>, Action<StoredProcedureResultColumnBuilder>)

Bu saklı yordam için sonucun yeni bir sütununu yapılandırıyor. Bu, veritabanı tarafından oluşturulan sütunlar için kullanılır.

HasResultColumn<TProperty>(Expression<Func<TEntity,TProperty>>)

Bu saklı yordam için sonucun yeni bir sütununu yapılandırıyor. Bu, veritabanı tarafından oluşturulan sütunlar için kullanılır.

HasResultColumn<TProperty>(Expression<Func<TEntity,TProperty>>, Action<StoredProcedureResultColumnBuilder>)

Bu saklı yordam için sonucun yeni bir sütununu yapılandırıyor. Bu, veritabanı tarafından oluşturulan sütunlar için kullanılır.

HasResultColumn(String)

Bu saklı yordam için sonucun yeni bir sütununu yapılandırıyor. Bu, veritabanı tarafından oluşturulan sütunlar için kullanılır.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureBuilder<TEntity> HasResultColumn (string propertyName);
override this.HasResultColumn : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureBuilder<'Entity (requires 'Entity : null)>
Public Overridable Function HasResultColumn (propertyName As String) As StoredProcedureBuilder(Of TEntity)

Parametreler

propertyName
String

Özellik adı.

Döndürülenler

Birden çok yapılandırma çağrısının zincirlenebilmesi için aynı oluşturucu örneği.

Şunlara uygulanır

HasResultColumn(String, Action<StoredProcedureResultColumnBuilder>)

Bu saklı yordam için sonucun yeni bir sütununu yapılandırıyor. Bu, veritabanı tarafından oluşturulan sütunlar için kullanılır.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureBuilder<TEntity> HasResultColumn (string propertyName, Action<Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureResultColumnBuilder> buildAction);
override this.HasResultColumn : string * Action<Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureResultColumnBuilder> -> Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureBuilder<'Entity (requires 'Entity : null)>
Public Overridable Function HasResultColumn (propertyName As String, buildAction As Action(Of StoredProcedureResultColumnBuilder)) As StoredProcedureBuilder(Of TEntity)

Parametreler

propertyName
String

Özellik adı.

buildAction
Action<StoredProcedureResultColumnBuilder>

Sütunun yapılandırmasını gerçekleştiren bir eylem.

Döndürülenler

Birden çok yapılandırma çağrısının zincirlenebilmesi için aynı oluşturucu örneği.

Şunlara uygulanır

HasResultColumn<TDerivedEntity,TProperty>(Expression<Func<TDerivedEntity,TProperty>>)

Bu saklı yordam için sonucun yeni bir sütununu yapılandırıyor. Bu, veritabanı tarafından oluşturulan sütunlar için kullanılır.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureBuilder<TEntity> HasResultColumn<TDerivedEntity,TProperty> (System.Linq.Expressions.Expression<Func<TDerivedEntity,TProperty>> propertyExpression) where TDerivedEntity : class, TEntity;
override this.HasResultColumn : System.Linq.Expressions.Expression<Func<#'Entity, 'Property>> -> Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureBuilder<'Entity (requires 'Entity : null)>
Public Overridable Function HasResultColumn(Of TDerivedEntity As {Class, TEntity}, TProperty As {Class, TEntity}) (propertyExpression As Expression(Of Func(Of TDerivedEntity, TProperty))) As StoredProcedureBuilder(Of TEntity)

Tür Parametreleri

TDerivedEntity
TProperty

Parametreler

propertyExpression
Expression<Func<TDerivedEntity,TProperty>>

Yapılandırılacak özelliği temsil eden bir lambda ifadesi (blog => blog.Url).

Döndürülenler

Birden çok yapılandırma çağrısının zincirlenebilmesi için aynı oluşturucu örneği.

Şunlara uygulanır

HasResultColumn<TDerivedEntity,TProperty>(Expression<Func<TDerivedEntity,TProperty>>, Action<StoredProcedureResultColumnBuilder>)

Bu saklı yordam için sonucun yeni bir sütununu yapılandırıyor. Bu, veritabanı tarafından oluşturulan sütunlar için kullanılır.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureBuilder<TEntity> HasResultColumn<TDerivedEntity,TProperty> (System.Linq.Expressions.Expression<Func<TDerivedEntity,TProperty>> propertyExpression, Action<Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureResultColumnBuilder> buildAction) where TDerivedEntity : class, TEntity;
override this.HasResultColumn : System.Linq.Expressions.Expression<Func<#'Entity, 'Property>> * Action<Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureResultColumnBuilder> -> Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureBuilder<'Entity (requires 'Entity : null)>
Public Overridable Function HasResultColumn(Of TDerivedEntity As {Class, TEntity}, TProperty As {Class, TEntity}) (propertyExpression As Expression(Of Func(Of TDerivedEntity, TProperty)), buildAction As Action(Of StoredProcedureResultColumnBuilder)) As StoredProcedureBuilder(Of TEntity)

Tür Parametreleri

TDerivedEntity
TProperty

Parametreler

propertyExpression
Expression<Func<TDerivedEntity,TProperty>>

Yapılandırılacak özelliği temsil eden bir lambda ifadesi (blog => blog.Url).

buildAction
Action<StoredProcedureResultColumnBuilder>

Sütunun yapılandırmasını gerçekleştiren bir eylem.

Döndürülenler

Birden çok yapılandırma çağrısının zincirlenebilmesi için aynı oluşturucu örneği.

Şunlara uygulanır

HasResultColumn<TProperty>(Expression<Func<TEntity,TProperty>>)

Bu saklı yordam için sonucun yeni bir sütununu yapılandırıyor. Bu, veritabanı tarafından oluşturulan sütunlar için kullanılır.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureBuilder<TEntity> HasResultColumn<TProperty> (System.Linq.Expressions.Expression<Func<TEntity,TProperty>> propertyExpression);
override this.HasResultColumn : System.Linq.Expressions.Expression<Func<'Entity, 'Property>> -> Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureBuilder<'Entity (requires 'Entity : null)>
Public Overridable Function HasResultColumn(Of TProperty) (propertyExpression As Expression(Of Func(Of TEntity, TProperty))) As StoredProcedureBuilder(Of TEntity)

Tür Parametreleri

TProperty

Parametreler

propertyExpression
Expression<Func<TEntity,TProperty>>

Yapılandırılacak özelliği temsil eden bir lambda ifadesi (blog => blog.Url).

Döndürülenler

Birden çok yapılandırma çağrısının zincirlenebilmesi için aynı oluşturucu örneği.

Şunlara uygulanır

HasResultColumn<TProperty>(Expression<Func<TEntity,TProperty>>, Action<StoredProcedureResultColumnBuilder>)

Bu saklı yordam için sonucun yeni bir sütununu yapılandırıyor. Bu, veritabanı tarafından oluşturulan sütunlar için kullanılır.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureBuilder<TEntity> HasResultColumn<TProperty> (System.Linq.Expressions.Expression<Func<TEntity,TProperty>> propertyExpression, Action<Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureResultColumnBuilder> buildAction);
override this.HasResultColumn : System.Linq.Expressions.Expression<Func<'Entity, 'Property>> * Action<Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureResultColumnBuilder> -> Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureBuilder<'Entity (requires 'Entity : null)>
Public Overridable Function HasResultColumn(Of TProperty) (propertyExpression As Expression(Of Func(Of TEntity, TProperty)), buildAction As Action(Of StoredProcedureResultColumnBuilder)) As StoredProcedureBuilder(Of TEntity)

Tür Parametreleri

TProperty

Parametreler

propertyExpression
Expression<Func<TEntity,TProperty>>

Yapılandırılacak özelliği temsil eden bir lambda ifadesi (blog => blog.Url).

buildAction
Action<StoredProcedureResultColumnBuilder>

Sütunun yapılandırmasını gerçekleştiren bir eylem.

Döndürülenler

Birden çok yapılandırma çağrısının zincirlenebilmesi için aynı oluşturucu örneği.

Şunlara uygulanır