Bagikan melalui


OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity>.HasSchema Metode

Definisi

Mengatur skema fungsi database.

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

Parameter

schema
String

Skema fungsi dalam database.

Mengembalikan

Instans penyusun yang sama sehingga beberapa panggilan konfigurasi dapat dirangkai.

Keterangan

Lihat Fungsi database untuk informasi dan contoh selengkapnya.

Berlaku untuk