RelationalEntityTypeBuilderExtensions.ToFunction Yöntem

Tanım

Aşırı Yüklemeler

ToFunction(OwnedNavigationBuilder, String, Action<TableValuedFunctionBuilder>)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

ToFunction(OwnedNavigationBuilder, MethodInfo, Action<TableValuedFunctionBuilder>)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

ToFunction(IConventionEntityTypeBuilder, String, Boolean)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

ToFunction(IConventionEntityTypeBuilder, MethodInfo, Boolean)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

ToFunction(EntityTypeBuilder, String, Action<TableValuedFunctionBuilder>)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

ToFunction(EntityTypeBuilder, MethodInfo, Action<TableValuedFunctionBuilder>)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

ToFunction(OwnedNavigationBuilder, String)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

ToFunction(OwnedNavigationBuilder, MethodInfo)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

ToFunction(EntityTypeBuilder, String)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

ToFunction(EntityTypeBuilder, MethodInfo)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

ToFunction<TEntity>(EntityTypeBuilder<TEntity>, MethodInfo)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

ToFunction<TEntity>(EntityTypeBuilder<TEntity>, String)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

ToFunction<TEntity>(EntityTypeBuilder<TEntity>, MethodInfo, Action<TableValuedFunctionBuilder>)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

ToFunction<TEntity>(EntityTypeBuilder<TEntity>, String, Action<TableValuedFunctionBuilder>)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

ToFunction<TOwnerEntity,TRelatedEntity>(OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>, String, Action<TableValuedFunctionBuilder>)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

ToFunction<TOwnerEntity,TRelatedEntity>(OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>, String)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

ToFunction<TOwnerEntity,TRelatedEntity>(OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>, MethodInfo)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

ToFunction<TOwnerEntity,TRelatedEntity>(OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>, MethodInfo, Action<TableValuedFunctionBuilder>)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

ToFunction(OwnedNavigationBuilder, String, Action<TableValuedFunctionBuilder>)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder ToFunction (this Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder ownedNavigationBuilder, string name, Action<Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder> configureFunction);
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder * string * Action<Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder> -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder
<Extension()>
Public Function ToFunction (ownedNavigationBuilder As OwnedNavigationBuilder, name As String, configureFunction As Action(Of TableValuedFunctionBuilder)) As OwnedNavigationBuilder

Parametreler

ownedNavigationBuilder
OwnedNavigationBuilder

Yapılandırılan varlık türü için oluşturucu.

name
String

İşlevin adı.

configureFunction
Action<TableValuedFunctionBuilder>

İşlev yapılandırma eylemi.

Döndürülenler

OwnedNavigationBuilder

Birden çok çağrının zincirlene kadar aynı oluşturucu örneği.

Açıklamalar

Daha fazla bilgi için bkz. Varlık türlerini ve ilişkilerini modelleme.

Şunlara uygulanır

ToFunction(OwnedNavigationBuilder, MethodInfo, Action<TableValuedFunctionBuilder>)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder ToFunction (this Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder ownedNavigationBuilder, System.Reflection.MethodInfo function, Action<Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder> configureFunction);
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder * System.Reflection.MethodInfo * Action<Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder> -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder
<Extension()>
Public Function ToFunction (ownedNavigationBuilder As OwnedNavigationBuilder, function As MethodInfo, configureFunction As Action(Of TableValuedFunctionBuilder)) As OwnedNavigationBuilder

Parametreler

ownedNavigationBuilder
OwnedNavigationBuilder

Yapılandırılan varlık türü için oluşturucu.

function
MethodInfo

İşlevi temsil eden yöntem.

configureFunction
Action<TableValuedFunctionBuilder>

İşlev yapılandırma eylemi.

Döndürülenler

OwnedNavigationBuilder

Birden çok çağrının zincirlene kadar aynı oluşturucu örneği.

Açıklamalar

Daha fazla bilgi için bkz. Varlık türlerini ve ilişkilerini modelleme.

Şunlara uygulanır

ToFunction(IConventionEntityTypeBuilder, String, Boolean)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder ToFunction (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder entityTypeBuilder, string name, bool fromDataAnnotation = false);
public static Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder? ToFunction (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder entityTypeBuilder, string? name, bool fromDataAnnotation = false);
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder * string * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder
<Extension()>
Public Function ToFunction (entityTypeBuilder As IConventionEntityTypeBuilder, name As String, Optional fromDataAnnotation As Boolean = false) As IConventionEntityTypeBuilder

Parametreler

entityTypeBuilder
IConventionEntityTypeBuilder

Yapılandırılan varlık türü için oluşturucu.

name
String

İşlevin adı.

fromDataAnnotation
Boolean

Yapılandırmanın veri ek açıklaması kullanılarak belirtilmemiş olup olmadığını gösterir.

Döndürülenler

IConventionEntityTypeBuilder

Yapılandırma uygulanmışsa aynı oluşturucu örneği, aksi null takdirde.

Açıklamalar

Daha fazla bilgi için bkz. Varlık türlerini ve ilişkilerini modelleme.

Şunlara uygulanır

ToFunction(IConventionEntityTypeBuilder, MethodInfo, Boolean)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder? ToFunction (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder entityTypeBuilder, System.Reflection.MethodInfo? function, bool fromDataAnnotation = false);
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder * System.Reflection.MethodInfo * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder
<Extension()>
Public Function ToFunction (entityTypeBuilder As IConventionEntityTypeBuilder, function As MethodInfo, Optional fromDataAnnotation As Boolean = false) As IConventionEntityTypeBuilder

Parametreler

entityTypeBuilder
IConventionEntityTypeBuilder

Yapılandırılan varlık türü için oluşturucu.

function
MethodInfo

İşlevi temsil eden yöntem.

fromDataAnnotation
Boolean

Yapılandırmanın veri ek açıklaması kullanılarak belirtilmemiş olup olmadığını gösterir.

Döndürülenler

IConventionEntityTypeBuilder

Yapılandırma uygulanmışsa aynı oluşturucu örneği, aksi null takdirde.

Açıklamalar

Daha fazla bilgi için bkz. Varlık türlerini ve ilişkilerini modelleme.

Şunlara uygulanır

ToFunction(EntityTypeBuilder, String, Action<TableValuedFunctionBuilder>)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder ToFunction (this Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder entityTypeBuilder, string name, Action<Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder> configureFunction);
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder * string * Action<Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder> -> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder
<Extension()>
Public Function ToFunction (entityTypeBuilder As EntityTypeBuilder, name As String, configureFunction As Action(Of TableValuedFunctionBuilder)) As EntityTypeBuilder

Parametreler

entityTypeBuilder
EntityTypeBuilder

Yapılandırılan varlık türü için oluşturucu.

name
String

İşlevin adı.

configureFunction
Action<TableValuedFunctionBuilder>

İşlev yapılandırma eylemi.

Döndürülenler

EntityTypeBuilder

Birden çok çağrının zincirlene kadar aynı oluşturucu örneği.

Açıklamalar

Daha fazla bilgi için bkz. Varlık türlerini ve ilişkilerini modelleme.

Şunlara uygulanır

ToFunction(EntityTypeBuilder, MethodInfo, Action<TableValuedFunctionBuilder>)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder ToFunction (this Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder entityTypeBuilder, System.Reflection.MethodInfo function, Action<Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder> configureFunction);
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder * System.Reflection.MethodInfo * Action<Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder> -> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder
<Extension()>
Public Function ToFunction (entityTypeBuilder As EntityTypeBuilder, function As MethodInfo, configureFunction As Action(Of TableValuedFunctionBuilder)) As EntityTypeBuilder

Parametreler

entityTypeBuilder
EntityTypeBuilder

Yapılandırılan varlık türü için oluşturucu.

function
MethodInfo

İşlevi temsil eden yöntem.

configureFunction
Action<TableValuedFunctionBuilder>

İşlev yapılandırma eylemi.

Döndürülenler

EntityTypeBuilder

Birden çok çağrının zincirlene kadar aynı oluşturucu örneği.

Açıklamalar

Daha fazla bilgi için bkz. Varlık türlerini ve ilişkilerini modelleme.

Şunlara uygulanır

ToFunction(OwnedNavigationBuilder, String)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder ToFunction (this Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder ownedNavigationBuilder, string name);
public static Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder ToFunction (this Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder ownedNavigationBuilder, string? name);
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder
<Extension()>
Public Function ToFunction (ownedNavigationBuilder As OwnedNavigationBuilder, name As String) As OwnedNavigationBuilder

Parametreler

ownedNavigationBuilder
OwnedNavigationBuilder

Yapılandırılan varlık türü için oluşturucu.

name
String

İşlevin adı.

Döndürülenler

OwnedNavigationBuilder

İşlev yapılandırma oluşturucusu.

Açıklamalar

Daha fazla bilgi için bkz. Varlık türlerini ve ilişkilerini modelleme.

Şunlara uygulanır

ToFunction(OwnedNavigationBuilder, MethodInfo)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder ToFunction (this Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder ownedNavigationBuilder, System.Reflection.MethodInfo? function);
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder * System.Reflection.MethodInfo -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder
<Extension()>
Public Function ToFunction (ownedNavigationBuilder As OwnedNavigationBuilder, function As MethodInfo) As OwnedNavigationBuilder

Parametreler

ownedNavigationBuilder
OwnedNavigationBuilder

Yapılandırılan varlık türü için oluşturucu.

function
MethodInfo

İşlevi temsil eden yöntem.

Döndürülenler

OwnedNavigationBuilder

İşlev yapılandırma oluşturucusu.

Açıklamalar

Daha fazla bilgi için bkz. Varlık türlerini ve ilişkilerini modelleme.

Şunlara uygulanır

ToFunction(EntityTypeBuilder, String)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder ToFunction (this Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder entityTypeBuilder, string name);
public static Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder ToFunction (this Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder entityTypeBuilder, string? name);
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder
<Extension()>
Public Function ToFunction (entityTypeBuilder As EntityTypeBuilder, name As String) As EntityTypeBuilder

Parametreler

entityTypeBuilder
EntityTypeBuilder

Yapılandırılan varlık türü için oluşturucu.

name
String

İşlevin adı.

Döndürülenler

EntityTypeBuilder

İşlev yapılandırma oluşturucusu.

Açıklamalar

Daha fazla bilgi için bkz. Varlık türlerini ve ilişkilerini modelleme.

Şunlara uygulanır

ToFunction(EntityTypeBuilder, MethodInfo)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder ToFunction (this Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder entityTypeBuilder, System.Reflection.MethodInfo? function);
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder * System.Reflection.MethodInfo -> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder
<Extension()>
Public Function ToFunction (entityTypeBuilder As EntityTypeBuilder, function As MethodInfo) As EntityTypeBuilder

Parametreler

entityTypeBuilder
EntityTypeBuilder

Yapılandırılan varlık türü için oluşturucu.

function
MethodInfo

İşlevi temsil eden yöntem.

Döndürülenler

EntityTypeBuilder

İşlev yapılandırma oluşturucusu.

Açıklamalar

Daha fazla bilgi için bkz. Varlık türlerini ve ilişkilerini modelleme.

Şunlara uygulanır

ToFunction<TEntity>(EntityTypeBuilder<TEntity>, MethodInfo)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity> ToFunction<TEntity> (this Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity> entityTypeBuilder, System.Reflection.MethodInfo? function) where TEntity : class;
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<'Entity (requires 'Entity : null)> * System.Reflection.MethodInfo -> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<'Entity (requires 'Entity : null)> (requires 'Entity : null)
<Extension()>
Public Function ToFunction(Of TEntity As Class) (entityTypeBuilder As EntityTypeBuilder(Of TEntity), function As MethodInfo) As EntityTypeBuilder(Of TEntity)

Tür Parametreleri

TEntity

Yapılandırılan varlık türü.

Parametreler

entityTypeBuilder
EntityTypeBuilder<TEntity>

Yapılandırılan varlık türü için oluşturucu.

function
MethodInfo

İşlevi temsil eden yöntem.

Döndürülenler

EntityTypeBuilder<TEntity>

İşlev yapılandırma oluşturucusu.

Açıklamalar

Daha fazla bilgi için bkz. Varlık türlerini ve ilişkilerini modelleme.

Şunlara uygulanır

ToFunction<TEntity>(EntityTypeBuilder<TEntity>, String)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity> ToFunction<TEntity> (this Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity> entityTypeBuilder, string name) where TEntity : class;
public static Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity> ToFunction<TEntity> (this Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity> entityTypeBuilder, string? name) where TEntity : class;
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<'Entity (requires 'Entity : null)> * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<'Entity (requires 'Entity : null)> (requires 'Entity : null)
<Extension()>
Public Function ToFunction(Of TEntity As Class) (entityTypeBuilder As EntityTypeBuilder(Of TEntity), name As String) As EntityTypeBuilder(Of TEntity)

Tür Parametreleri

TEntity

Yapılandırılan varlık türü.

Parametreler

entityTypeBuilder
EntityTypeBuilder<TEntity>

Yapılandırılan varlık türü için oluşturucu.

name
String

İşlevin adı.

Döndürülenler

EntityTypeBuilder<TEntity>

İşlev yapılandırma oluşturucusu.

Açıklamalar

Daha fazla bilgi için bkz. Varlık türlerini ve ilişkilerini modelleme.

Şunlara uygulanır

ToFunction<TEntity>(EntityTypeBuilder<TEntity>, MethodInfo, Action<TableValuedFunctionBuilder>)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity> ToFunction<TEntity> (this Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity> entityTypeBuilder, System.Reflection.MethodInfo function, Action<Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder> configureFunction) where TEntity : class;
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<'Entity (requires 'Entity : null)> * System.Reflection.MethodInfo * Action<Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder> -> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<'Entity (requires 'Entity : null)> (requires 'Entity : null)
<Extension()>
Public Function ToFunction(Of TEntity As Class) (entityTypeBuilder As EntityTypeBuilder(Of TEntity), function As MethodInfo, configureFunction As Action(Of TableValuedFunctionBuilder)) As EntityTypeBuilder(Of TEntity)

Tür Parametreleri

TEntity

Yapılandırılan varlık türü.

Parametreler

entityTypeBuilder
EntityTypeBuilder<TEntity>

Yapılandırılan varlık türü için oluşturucu.

function
MethodInfo

İşlevi temsil eden yöntem.

configureFunction
Action<TableValuedFunctionBuilder>

İşlev yapılandırma eylemi.

Döndürülenler

EntityTypeBuilder<TEntity>

Birden çok çağrının zincirlene kadar aynı oluşturucu örneği.

Açıklamalar

Daha fazla bilgi için bkz. Varlık türlerini ve ilişkilerini modelleme.

Şunlara uygulanır

ToFunction<TEntity>(EntityTypeBuilder<TEntity>, String, Action<TableValuedFunctionBuilder>)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity> ToFunction<TEntity> (this Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity> entityTypeBuilder, string name, Action<Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder> configureFunction) where TEntity : class;
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<'Entity (requires 'Entity : null)> * string * Action<Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder> -> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<'Entity (requires 'Entity : null)> (requires 'Entity : null)
<Extension()>
Public Function ToFunction(Of TEntity As Class) (entityTypeBuilder As EntityTypeBuilder(Of TEntity), name As String, configureFunction As Action(Of TableValuedFunctionBuilder)) As EntityTypeBuilder(Of TEntity)

Tür Parametreleri

TEntity

Yapılandırılan varlık türü.

Parametreler

entityTypeBuilder
EntityTypeBuilder<TEntity>

Yapılandırılan varlık türü için oluşturucu.

name
String

İşlevin adı.

configureFunction
Action<TableValuedFunctionBuilder>

İşlev yapılandırma eylemi.

Döndürülenler

EntityTypeBuilder<TEntity>

Birden çok çağrının zincirlene kadar aynı oluşturucu örneği.

Açıklamalar

Daha fazla bilgi için bkz. Varlık türlerini ve ilişkilerini modelleme.

Şunlara uygulanır

ToFunction<TOwnerEntity,TRelatedEntity>(OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>, String, Action<TableValuedFunctionBuilder>)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TEntity,TRelatedEntity> ToFunction<TEntity,TRelatedEntity> (this Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TEntity,TRelatedEntity> referenceOwnershipBuilder, string name, Action<Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder> configureFunction) where TEntity : class where TRelatedEntity : class;
public static Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity> ToFunction<TOwnerEntity,TRelatedEntity> (this Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity> referenceOwnershipBuilder, string name, Action<Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder> configureFunction) where TOwnerEntity : class where TRelatedEntity : class;
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'Entity, 'RelatedEntity (requires 'Entity : null and 'RelatedEntity : null)> * string * Action<Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder> -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'Entity, 'RelatedEntity (requires 'Entity : null and 'RelatedEntity : null)> (requires 'Entity : null and 'RelatedEntity : null)
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'OwnerEntity, 'RelatedEntity (requires 'OwnerEntity : null and 'RelatedEntity : null)> * string * Action<Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder> -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'OwnerEntity, 'RelatedEntity (requires 'OwnerEntity : null and 'RelatedEntity : null)> (requires 'OwnerEntity : null and 'RelatedEntity : null)
<Extension()>
Public Function ToFunction(Of TEntity As Class, TRelatedEntity As Class) (referenceOwnershipBuilder As OwnedNavigationBuilder(Of TEntity, TRelatedEntity), name As String, configureFunction As Action(Of TableValuedFunctionBuilder)) As OwnedNavigationBuilder(Of TEntity, TRelatedEntity)
<Extension()>
Public Function ToFunction(Of TOwnerEntity As Class, TRelatedEntity As Class) (referenceOwnershipBuilder As OwnedNavigationBuilder(Of TOwnerEntity, TRelatedEntity), name As String, configureFunction As Action(Of TableValuedFunctionBuilder)) As OwnedNavigationBuilder(Of TOwnerEntity, TRelatedEntity)

Tür Parametreleri

TRelatedEntity

Bu ilişkinin hedefley olduğu varlık türü.

TOwnerEntity

Parametreler

referenceOwnershipBuilder
OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>

Yapılandırılan varlık türü için oluşturucu.

name
String

İşlevin adı.

configureFunction
Action<TableValuedFunctionBuilder>

İşlev yapılandırma eylemi.

Döndürülenler

OwnedNavigationBuilder<TEntity,TRelatedEntity>
OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>

Birden çok çağrının zincirlene kadar aynı oluşturucu örneği.

Açıklamalar

Daha fazla bilgi için bkz. Varlık türlerini ve ilişkilerini modelleme.

Şunlara uygulanır

ToFunction<TOwnerEntity,TRelatedEntity>(OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>, String)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TEntity,TRelatedEntity> ToFunction<TEntity,TRelatedEntity> (this Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TEntity,TRelatedEntity> referenceOwnershipBuilder, string name) where TEntity : class where TRelatedEntity : class;
public static Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity> ToFunction<TOwnerEntity,TRelatedEntity> (this Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity> referenceOwnershipBuilder, string? name) where TOwnerEntity : class where TRelatedEntity : class;
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'Entity, 'RelatedEntity (requires 'Entity : null and 'RelatedEntity : null)> * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'Entity, 'RelatedEntity (requires 'Entity : null and 'RelatedEntity : null)> (requires 'Entity : null and 'RelatedEntity : null)
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'OwnerEntity, 'RelatedEntity (requires 'OwnerEntity : null and 'RelatedEntity : null)> * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'OwnerEntity, 'RelatedEntity (requires 'OwnerEntity : null and 'RelatedEntity : null)> (requires 'OwnerEntity : null and 'RelatedEntity : null)
<Extension()>
Public Function ToFunction(Of TEntity As Class, TRelatedEntity As Class) (referenceOwnershipBuilder As OwnedNavigationBuilder(Of TEntity, TRelatedEntity), name As String) As OwnedNavigationBuilder(Of TEntity, TRelatedEntity)
<Extension()>
Public Function ToFunction(Of TOwnerEntity As Class, TRelatedEntity As Class) (referenceOwnershipBuilder As OwnedNavigationBuilder(Of TOwnerEntity, TRelatedEntity), name As String) As OwnedNavigationBuilder(Of TOwnerEntity, TRelatedEntity)

Tür Parametreleri

TRelatedEntity

Bu ilişkinin hedefley olduğu varlık türü.

TOwnerEntity

Parametreler

referenceOwnershipBuilder
OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>

Yapılandırılan varlık türü için oluşturucu.

name
String

İşlevin adı.

Döndürülenler

OwnedNavigationBuilder<TEntity,TRelatedEntity>
OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>

İşlev yapılandırma oluşturucusu.

Açıklamalar

Daha fazla bilgi için bkz. Varlık türlerini ve ilişkilerini modelleme.

Şunlara uygulanır

ToFunction<TOwnerEntity,TRelatedEntity>(OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>, MethodInfo)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity> ToFunction<TOwnerEntity,TRelatedEntity> (this Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity> referenceOwnershipBuilder, System.Reflection.MethodInfo? function) where TOwnerEntity : class where TRelatedEntity : class;
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'OwnerEntity, 'RelatedEntity (requires 'OwnerEntity : null and 'RelatedEntity : null)> * System.Reflection.MethodInfo -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'OwnerEntity, 'RelatedEntity (requires 'OwnerEntity : null and 'RelatedEntity : null)> (requires 'OwnerEntity : null and 'RelatedEntity : null)
<Extension()>
Public Function ToFunction(Of TOwnerEntity As Class, TRelatedEntity As Class) (referenceOwnershipBuilder As OwnedNavigationBuilder(Of TOwnerEntity, TRelatedEntity), function As MethodInfo) As OwnedNavigationBuilder(Of TOwnerEntity, TRelatedEntity)

Tür Parametreleri

TOwnerEntity
TRelatedEntity

Parametreler

referenceOwnershipBuilder
OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>

Yapılandırılan varlık türü için oluşturucu.

function
MethodInfo

İşlevi temsil eden yöntem.

Döndürülenler

OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>

İşlev yapılandırma oluşturucusu.

Açıklamalar

Daha fazla bilgi için bkz. Varlık türlerini ve ilişkilerini modelleme.

Şunlara uygulanır

ToFunction<TOwnerEntity,TRelatedEntity>(OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>, MethodInfo, Action<TableValuedFunctionBuilder>)

İlişkisel bir veritabanını hedeflerken varlık türünün eşley olduğu işlevi yapılandırıyor.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity> ToFunction<TOwnerEntity,TRelatedEntity> (this Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity> referenceOwnershipBuilder, System.Reflection.MethodInfo function, Action<Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder> configureFunction) where TOwnerEntity : class where TRelatedEntity : class;
static member ToFunction : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'OwnerEntity, 'RelatedEntity (requires 'OwnerEntity : null and 'RelatedEntity : null)> * System.Reflection.MethodInfo * Action<Microsoft.EntityFrameworkCore.Metadata.Builders.TableValuedFunctionBuilder> -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<'OwnerEntity, 'RelatedEntity (requires 'OwnerEntity : null and 'RelatedEntity : null)> (requires 'OwnerEntity : null and 'RelatedEntity : null)
<Extension()>
Public Function ToFunction(Of TOwnerEntity As Class, TRelatedEntity As Class) (referenceOwnershipBuilder As OwnedNavigationBuilder(Of TOwnerEntity, TRelatedEntity), function As MethodInfo, configureFunction As Action(Of TableValuedFunctionBuilder)) As OwnedNavigationBuilder(Of TOwnerEntity, TRelatedEntity)

Tür Parametreleri

TOwnerEntity
TRelatedEntity

Parametreler

referenceOwnershipBuilder
OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>

Yapılandırılan varlık türü için oluşturucu.

function
MethodInfo

İşlevi temsil eden yöntem.

configureFunction
Action<TableValuedFunctionBuilder>

İşlev yapılandırma eylemi.

Döndürülenler

OwnedNavigationBuilder<TOwnerEntity,TRelatedEntity>

Birden çok çağrının zincirlene kadar aynı oluşturucu örneği.

Açıklamalar

Daha fazla bilgi için bkz. Varlık türlerini ve ilişkilerini modelleme.

Şunlara uygulanır