OwnedNavigationStoredProcedureBuilder.HasResultColumn Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
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(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.
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationStoredProcedureBuilder HasResultColumn (string propertyName, Action<Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureResultColumnBuilder> buildAction);
abstract member HasResultColumn : string * Action<Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureResultColumnBuilder> -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationStoredProcedureBuilder
override this.HasResultColumn : string * Action<Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureResultColumnBuilder> -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationStoredProcedureBuilder
Public Overridable Function HasResultColumn (propertyName As String, buildAction As Action(Of StoredProcedureResultColumnBuilder)) As OwnedNavigationStoredProcedureBuilder
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(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.OwnedNavigationStoredProcedureBuilder HasResultColumn (string propertyName);
abstract member HasResultColumn : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationStoredProcedureBuilder
override this.HasResultColumn : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationStoredProcedureBuilder
Public Overridable Function HasResultColumn (propertyName As String) As OwnedNavigationStoredProcedureBuilder
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
Entity Framework