ITable.FindColumn Method

Definition

Overloads

FindColumn(IProperty)

Gets the column mapped to the given property. Returns null if no column is mapped to the given property.

FindColumn(String)

Gets the column with a given name. Returns null if no column with the given name is defined.

FindColumn(IProperty)

Source:
ITable.cs
Source:
ITable.cs
Source:
ITable.cs
Source:
ITable.cs
Source:
ITable.cs

Gets the column mapped to the given property. Returns null if no column is mapped to the given property.

public Microsoft.EntityFrameworkCore.Metadata.IColumn FindColumn (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
public Microsoft.EntityFrameworkCore.Metadata.IColumn? FindColumn (Microsoft.EntityFrameworkCore.Metadata.IProperty property);

Parameters

property
IProperty

Returns

Applies to

Entity Framework Core 9.0 och andra versioner
Produkt Versioner
Entity Framework Core 5.0, 6.0, 7.0, 8.0, 9.0

FindColumn(String)

Source:
ITable.cs
Source:
ITable.cs
Source:
ITable.cs
Source:
ITable.cs
Source:
ITable.cs

Gets the column with a given name. Returns null if no column with the given name is defined.

public Microsoft.EntityFrameworkCore.Metadata.IColumn FindColumn (string name);
public Microsoft.EntityFrameworkCore.Metadata.IColumn? FindColumn (string name);

Parameters

name
String

Returns

Applies to

Entity Framework Core 9.0 och andra versioner
Produkt Versioner
Entity Framework Core 5.0, 6.0, 7.0, 8.0, 9.0