RelationalPropertyExtensions.FindRelationalTypeMapping 方法

定義

多載

FindRelationalTypeMapping(IReadOnlyProperty, StoreObjectIdentifier)

RelationalTypeMapping 回完成之模型上指定屬性的 。

FindRelationalTypeMapping(IProperty, StoreObjectIdentifier)

RelationalTypeMapping 回完成之模型上指定屬性的 。

FindRelationalTypeMapping(IProperty)

RelationalTypeMapping 回完成之模型上指定屬性的 。

FindRelationalTypeMapping(IReadOnlyProperty)

RelationalTypeMapping 回完成之模型上指定屬性的 。

FindRelationalTypeMapping(IReadOnlyProperty, StoreObjectIdentifier)

RelationalTypeMapping 回完成之模型上指定屬性的 。

public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? FindRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function FindRelationalTypeMapping (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As RelationalTypeMapping

參數

property
IReadOnlyProperty

屬性。

storeObject
StoreObjectIdentifier

包含資料行之類似資料表的存放區物件的識別碼。

傳回

類型對應,如果找不到類型對應,則 null 為 。

適用於

FindRelationalTypeMapping(IProperty, StoreObjectIdentifier)

RelationalTypeMapping 回完成之模型上指定屬性的 。

public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping FindRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function FindRelationalTypeMapping (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As RelationalTypeMapping

參數

property
IProperty

屬性。

storeObject
StoreObjectIdentifier

包含資料行之類似資料表的存放區物件的識別碼。

傳回

類型對應,如果找不到類型對應,則 null 為 。

適用於

FindRelationalTypeMapping(IProperty)

RelationalTypeMapping 回完成之模型上指定屬性的 。

[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping FindRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
[<System.Diagnostics.DebuggerStepThrough>]
static member FindRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function FindRelationalTypeMapping (property As IProperty) As RelationalTypeMapping

參數

property
IProperty

屬性。

傳回

類型對應,如果找不到類型對應,則 null 為 。

屬性

適用於

FindRelationalTypeMapping(IReadOnlyProperty)

RelationalTypeMapping 回完成之模型上指定屬性的 。

[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? FindRelationalTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
[<System.Diagnostics.DebuggerStepThrough>]
static member FindRelationalTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
<Extension()>
Public Function FindRelationalTypeMapping (property As IReadOnlyProperty) As RelationalTypeMapping

參數

property
IReadOnlyProperty

屬性。

傳回

類型對應,如果找不到類型對應,則 null 為 。

屬性

適用於