RelationalEntityTypeExtensions.GetCheckConstraints Methode

Definition

Überlädt

GetCheckConstraints(IReadOnlyEntityType)

Gibt alle Überprüfungseinschränkungen zurück, die im Entitätstyp enthalten sind.

GetCheckConstraints(IMutableEntityType)

Gibt alle Überprüfungseinschränkungen zurück, die im Entitätstyp enthalten sind.

GetCheckConstraints(IConventionEntityType)

Gibt alle Überprüfungseinschränkungen zurück, die im Entitätstyp enthalten sind.

GetCheckConstraints(IEntityType)

Gibt alle Überprüfungseinschränkungen zurück, die im Entitätstyp enthalten sind.

GetCheckConstraints(IReadOnlyEntityType)

Gibt alle Überprüfungseinschränkungen zurück, die im Entitätstyp enthalten sind.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyCheckConstraint> GetCheckConstraints (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetCheckConstraints : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyCheckConstraint>
<Extension()>
Public Function GetCheckConstraints (entityType As IReadOnlyEntityType) As IEnumerable(Of IReadOnlyCheckConstraint)

Parameter

entityType
IReadOnlyEntityType

Der Entitätstyp, für den die Check-Einschränkungen abgerufen werden sollen.

Gibt zurück

Gilt für:

GetCheckConstraints(IMutableEntityType)

Gibt alle Überprüfungseinschränkungen zurück, die im Entitätstyp enthalten sind.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableCheckConstraint> GetCheckConstraints (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member GetCheckConstraints : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableCheckConstraint>
<Extension()>
Public Function GetCheckConstraints (entityType As IMutableEntityType) As IEnumerable(Of IMutableCheckConstraint)

Parameter

entityType
IMutableEntityType

Der Entitätstyp, für den die Check-Einschränkungen abgerufen werden sollen.

Gibt zurück

Gilt für:

GetCheckConstraints(IConventionEntityType)

Gibt alle Überprüfungseinschränkungen zurück, die im Entitätstyp enthalten sind.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionCheckConstraint> GetCheckConstraints (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetCheckConstraints : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionCheckConstraint>
<Extension()>
Public Function GetCheckConstraints (entityType As IConventionEntityType) As IEnumerable(Of IConventionCheckConstraint)

Parameter

entityType
IConventionEntityType

Der Entitätstyp, für den die Check-Einschränkungen abgerufen werden sollen.

Gibt zurück

Gilt für:

GetCheckConstraints(IEntityType)

Gibt alle Überprüfungseinschränkungen zurück, die im Entitätstyp enthalten sind.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint> GetCheckConstraints (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetCheckConstraints : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint>
<Extension()>
Public Function GetCheckConstraints (entityType As IEntityType) As IEnumerable(Of ICheckConstraint)

Parameter

entityType
IEntityType

Der Entitätstyp, für den die Check-Einschränkungen abgerufen werden sollen.

Gibt zurück

Gilt für: