C# Class Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalPropertyBuilderAnnotations

This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
Inheritance: RelationalPropertyAnnotations
Afficher le fichier Open project: lodejard/AllNetCore

Méthodes publiques

Méthode Description
HasColumnName ( string value ) : bool
HasColumnType ( string value ) : bool
HasComputedValueSql ( string value ) : bool
HasDefaultValue ( object value ) : bool
HasDefaultValueSql ( string value ) : bool
RelationalPropertyBuilderAnnotations ( Microsoft.EntityFrameworkCore.Metadata.Internal.InternalPropertyBuilder internalBuilder, ConfigurationSource configurationSource, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames ) : JetBrains.Annotations

Method Details

HasColumnName() public méthode

public HasColumnName ( string value ) : bool
value string
Résultat bool

HasColumnType() public méthode

public HasColumnType ( string value ) : bool
value string
Résultat bool

HasComputedValueSql() public méthode

public HasComputedValueSql ( string value ) : bool
value string
Résultat bool

HasDefaultValue() public méthode

public HasDefaultValue ( object value ) : bool
value object
Résultat bool

HasDefaultValueSql() public méthode

public HasDefaultValueSql ( string value ) : bool
value string
Résultat bool

RelationalPropertyBuilderAnnotations() public méthode

public RelationalPropertyBuilderAnnotations ( Microsoft.EntityFrameworkCore.Metadata.Internal.InternalPropertyBuilder internalBuilder, ConfigurationSource configurationSource, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames ) : JetBrains.Annotations
internalBuilder Microsoft.EntityFrameworkCore.Metadata.Internal.InternalPropertyBuilder
configurationSource ConfigurationSource
providerFullAnnotationNames Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames
Résultat JetBrains.Annotations