RelationalPropertyExtensions.FindOverrides 方法

定义

重载

FindOverrides(IConventionProperty, StoreObjectIdentifier)

返回特定表类存储对象的属性分面替代。

此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。

FindOverrides(IMutableProperty, StoreObjectIdentifier)

返回特定表类存储对象的属性分面替代。

此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。

FindOverrides(IProperty, StoreObjectIdentifier)

返回特定表类存储对象的属性分面替代。

此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。

FindOverrides(IReadOnlyProperty, StoreObjectIdentifier)

返回特定表类存储对象的属性分面替代。

此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。

FindOverrides(IConventionProperty, StoreObjectIdentifier)

返回特定表类存储对象的属性分面替代。

此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。

public static Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable? FindOverrides (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides? FindOverrides (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindOverrides : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable
static member FindOverrides : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides
<Extension()>
Public Function FindOverrides (property As IConventionProperty, ByRef storeObject As StoreObjectIdentifier) As IConventionAnnotatable
<Extension()>
Public Function FindOverrides (property As IConventionProperty, ByRef storeObject As StoreObjectIdentifier) As IConventionRelationalPropertyOverrides

参数

property
IConventionProperty

属性。

storeObject
StoreObjectIdentifier

包含列的类似表的存储对象的标识符。

返回

一个对象,用于存储属性方面替代。

适用于

FindOverrides(IMutableProperty, StoreObjectIdentifier)

返回特定表类存储对象的属性分面替代。

此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。

public static Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable? FindOverrides (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IMutableRelationalPropertyOverrides? FindOverrides (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindOverrides : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable
static member FindOverrides : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IMutableRelationalPropertyOverrides
<Extension()>
Public Function FindOverrides (property As IMutableProperty, ByRef storeObject As StoreObjectIdentifier) As IMutableAnnotatable
<Extension()>
Public Function FindOverrides (property As IMutableProperty, ByRef storeObject As StoreObjectIdentifier) As IMutableRelationalPropertyOverrides

参数

property
IMutableProperty

属性。

storeObject
StoreObjectIdentifier

包含列的类似表的存储对象的标识符。

返回

一个对象,用于存储属性方面替代。

适用于

FindOverrides(IProperty, StoreObjectIdentifier)

返回特定表类存储对象的属性分面替代。

此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。

public static Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable FindOverrides (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable? FindOverrides (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides? FindOverrides (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindOverrides : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable
static member FindOverrides : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides
<Extension()>
Public Function FindOverrides (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As IAnnotatable
<Extension()>
Public Function FindOverrides (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As IRelationalPropertyOverrides

参数

property
IProperty

属性。

storeObject
StoreObjectIdentifier

包含列的类似表的存储对象的标识符。

返回

一个对象,用于存储属性方面替代。

适用于

FindOverrides(IReadOnlyProperty, StoreObjectIdentifier)

返回特定表类存储对象的属性分面替代。

此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。

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

参数

property
IReadOnlyProperty

属性。

storeObject
StoreObjectIdentifier

包含列的类似表的存储对象的标识符。

返回

一个对象,用于存储属性方面替代。

适用于