Прочетете на английски

Споделяне чрез


RelationalPropertyExtensions.GetOverrides Method

Definition

Overloads

GetOverrides(IConventionProperty)

Returns all the property facet overrides.

This method is typically used by database providers (and other extensions). It is generally not used in application code.

GetOverrides(IMutableProperty)

Returns all the property facet overrides.

This method is typically used by database providers (and other extensions). It is generally not used in application code.

GetOverrides(IProperty)

Returns all the property facet overrides.

This method is typically used by database providers (and other extensions). It is generally not used in application code.

GetOverrides(IReadOnlyProperty)

Returns all the property facet overrides.

This method is typically used by database providers (and other extensions). It is generally not used in application code.

GetOverrides(IConventionProperty)

Source:
RelationalPropertyExtensions.cs
Source:
RelationalPropertyExtensions.cs
Source:
RelationalPropertyExtensions.cs

Returns all the property facet overrides.

This method is typically used by database providers (and other extensions). It is generally not used in application code.

C#
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides> GetOverrides (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);

Parameters

property
IConventionProperty

The property.

Returns

The property facet overrides.

Applies to

Entity Framework Core 9.0 и други версии
Продукт Версии
Entity Framework Core 7.0, 8.0, 9.0

GetOverrides(IMutableProperty)

Source:
RelationalPropertyExtensions.cs
Source:
RelationalPropertyExtensions.cs
Source:
RelationalPropertyExtensions.cs

Returns all the property facet overrides.

This method is typically used by database providers (and other extensions). It is generally not used in application code.

C#
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableRelationalPropertyOverrides> GetOverrides (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property);

Parameters

property
IMutableProperty

The property.

Returns

The property facet overrides.

Applies to

Entity Framework Core 9.0 и други версии
Продукт Версии
Entity Framework Core 7.0, 8.0, 9.0

GetOverrides(IProperty)

Source:
RelationalPropertyExtensions.cs
Source:
RelationalPropertyExtensions.cs
Source:
RelationalPropertyExtensions.cs

Returns all the property facet overrides.

This method is typically used by database providers (and other extensions). It is generally not used in application code.

C#
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides> GetOverrides (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);

Parameters

property
IProperty

The property.

Returns

The property facet overrides.

Applies to

Entity Framework Core 9.0 и други версии
Продукт Версии
Entity Framework Core 7.0, 8.0, 9.0

GetOverrides(IReadOnlyProperty)

Source:
RelationalPropertyExtensions.cs
Source:
RelationalPropertyExtensions.cs
Source:
RelationalPropertyExtensions.cs

Returns all the property facet overrides.

This method is typically used by database providers (and other extensions). It is generally not used in application code.

C#
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides> GetOverrides (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);

Parameters

property
IReadOnlyProperty

The property.

Returns

The property facet overrides.

Applies to

Entity Framework Core 9.0 и други версии
Продукт Версии
Entity Framework Core 7.0, 8.0, 9.0