RelationalAnnotationsBuilder
RelationalAnnotationsBuilder
Class
Definition
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.
public class RelationalAnnotationsBuilder : RelationalAnnotations
Public Class RelationalAnnotationsBuilder
Inherits RelationalAnnotations
- Inheritance
-
System.ObjectSystem.ObjectRelationalAnnotationsBuilderRelationalAnnotationsBuilder
Constructors
RelationalAnnotationsBuilder(InternalMetadataBuilder, ConfigurationSource) RelationalAnnotationsBuilder(InternalMetadataBuilder, ConfigurationSource)
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.
public RelationalAnnotationsBuilder(InternalMetadataBuilder internalBuilder, ConfigurationSource configurationSource)
Public Sub New(internalBuilder As InternalMetadataBuilder, configurationSource As ConfigurationSource)
- internalBuilder
- InternalMetadataBuilder InternalMetadataBuilder
- configurationSource
- ConfigurationSource ConfigurationSource
Properties
ConfigurationSource ConfigurationSource
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.
public virtual ConfigurationSource ConfigurationSource { get; }
Public Overridable ReadOnly Property ConfigurationSource As ConfigurationSource
MetadataBuilder MetadataBuilder
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.
public virtual InternalMetadataBuilder MetadataBuilder { get; }
Public Overridable ReadOnly Property MetadataBuilder As InternalMetadataBuilder
Methods
CanSetAnnotation(String, String, Object) CanSetAnnotation(String, String, Object)
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.
public override bool CanSetAnnotation(string relationalAnnotationName, string providerAnnotationName, object value)
Public Overrides Function CanSetAnnotation(relationalAnnotationName As String, providerAnnotationName As String, value As Object) As Boolean
- relationalAnnotationName
- System.String System.String
- providerAnnotationName
- System.String System.String
- value
- System.Object System.Object
- Overrides
SetAnnotation(String, String, Object) SetAnnotation(String, String, Object)
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.
public override bool SetAnnotation(string relationalAnnotationName, string providerAnnotationName, object value)
Public Overrides Function SetAnnotation(relationalAnnotationName As String, providerAnnotationName As String, value As Object) As Boolean
- relationalAnnotationName
- System.String System.String
- providerAnnotationName
- System.String System.String
- value
- System.Object System.Object
- Overrides