AnnotationCodeGenerator.IsHandledByConvention Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
IsHandledByConvention(IRelationalPropertyOverrides, IAnnotation) |
Überprüft, ob die angegebene |
IsHandledByConvention(ITrigger, IAnnotation) |
Überprüft, ob die angegebene |
IsHandledByConvention(ISkipNavigation, IAnnotation) |
Überprüft, ob die angegebene |
IsHandledByConvention(ISequence, IAnnotation) |
Überprüft, ob die angegebene |
IsHandledByConvention(IProperty, IAnnotation) |
Überprüft, ob die angegebene |
IsHandledByConvention(INavigation, IAnnotation) |
Überprüft, ob die angegebene |
IsHandledByConvention(IModel, IAnnotation) |
Überprüft, ob die angegebene |
IsHandledByConvention(IIndex, IAnnotation) |
Überprüft, ob die angegebene |
IsHandledByConvention(IForeignKey, IAnnotation) |
Überprüft, ob die angegebene |
IsHandledByConvention(IEntityTypeMappingFragment, IAnnotation) |
Überprüft, ob die angegebene |
IsHandledByConvention(IEntityType, IAnnotation) |
Überprüft, ob die angegebene |
IsHandledByConvention(IComplexType, IAnnotation) |
Überprüft, ob die angegebene |
IsHandledByConvention(IComplexProperty, IAnnotation) |
Überprüft, ob die angegebene |
IsHandledByConvention(ICheckConstraint, IAnnotation) |
Überprüft, ob die angegebene |
IsHandledByConvention(IKey, IAnnotation) |
Überprüft, ob die angegebene |
IsHandledByConvention(IRelationalPropertyOverrides, IAnnotation)
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
Überprüft, ob die angegebene annotation
nach Konvention behandelt wird, wenn sie auf den angegebenen overrides
angewendet wird.
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides overrides, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (overrides As IRelationalPropertyOverrides, annotation As IAnnotation) As Boolean
Parameter
- overrides
- IRelationalPropertyOverrides
- annotation
- IAnnotation
Die IAnnotation.
Gibt zurück
false
.
Hinweise
Die Standardimplementierung gibt immer false
zurück.
Gilt für:
IsHandledByConvention(ITrigger, IAnnotation)
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
Überprüft, ob die angegebene annotation
nach Konvention behandelt wird, wenn sie auf den angegebenen trigger
angewendet wird.
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.ITrigger trigger, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ITrigger * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ITrigger * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (trigger As ITrigger, annotation As IAnnotation) As Boolean
Parameter
- annotation
- IAnnotation
Die IAnnotation.
Gibt zurück
false
.
Hinweise
Die Standardimplementierung gibt immer false
zurück.
Gilt für:
IsHandledByConvention(ISkipNavigation, IAnnotation)
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
Überprüft, ob die angegebene annotation
nach Konvention behandelt wird, wenn sie auf den angegebenen navigation
angewendet wird.
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation navigation, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (navigation As ISkipNavigation, annotation As IAnnotation) As Boolean
Parameter
- navigation
- ISkipNavigation
Die ISkipNavigation.
- annotation
- IAnnotation
Die IAnnotation.
Gibt zurück
false
.
Hinweise
Die Standardimplementierung gibt immer false
zurück.
Gilt für:
IsHandledByConvention(ISequence, IAnnotation)
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
Überprüft, ob die angegebene annotation
nach Konvention behandelt wird, wenn sie auf den angegebenen sequence
angewendet wird.
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.ISequence sequence, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ISequence * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ISequence * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (sequence As ISequence, annotation As IAnnotation) As Boolean
Parameter
- annotation
- IAnnotation
Die IAnnotation.
Gibt zurück
false
.
Hinweise
Die Standardimplementierung gibt immer false
zurück.
Gilt für:
IsHandledByConvention(IProperty, IAnnotation)
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
Überprüft, ob die angegebene annotation
nach Konvention behandelt wird, wenn sie auf den angegebenen property
angewendet wird.
public virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (property As IProperty, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (property As IProperty, annotation As IAnnotation) As Boolean
Parameter
- annotation
- IAnnotation
Die IAnnotation.
Gibt zurück
false
.
Implementiert
Hinweise
Die Standardimplementierung gibt immer false
zurück.
Gilt für:
IsHandledByConvention(INavigation, IAnnotation)
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
Überprüft, ob die angegebene annotation
nach Konvention behandelt wird, wenn sie auf den angegebenen navigation
angewendet wird.
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.INavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.INavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (navigation As INavigation, annotation As IAnnotation) As Boolean
Parameter
- navigation
- INavigation
Die INavigation.
- annotation
- IAnnotation
Die IAnnotation.
Gibt zurück
false
.
Hinweise
Die Standardimplementierung gibt immer false
zurück.
Gilt für:
IsHandledByConvention(IModel, IAnnotation)
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
Überprüft, ob die angegebene annotation
nach Konvention behandelt wird, wenn sie auf den angegebenen model
angewendet wird.
public virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (model As IModel, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (model As IModel, annotation As IAnnotation) As Boolean
Parameter
- annotation
- IAnnotation
Die IAnnotation.
Gibt zurück
true
, wenn die Anmerkung gemäß Konvention behandelt wird; false
, wenn Code generiert werden muss.
Implementiert
Hinweise
Die Standardimplementierung gibt immer false
zurück.
Gilt für:
IsHandledByConvention(IIndex, IAnnotation)
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
Überprüft, ob die angegebene annotation
nach Konvention behandelt wird, wenn sie auf den angegebenen index
angewendet wird.
public virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (index As IIndex, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (index As IIndex, annotation As IAnnotation) As Boolean
Parameter
- annotation
- IAnnotation
Die IAnnotation.
Gibt zurück
false
.
Implementiert
Hinweise
Die Standardimplementierung gibt immer false
zurück.
Gilt für:
IsHandledByConvention(IForeignKey, IAnnotation)
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
Überprüft, ob die angegebene annotation
nach Konvention behandelt wird, wenn sie auf den angegebenen foreignKey
angewendet wird.
public virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (foreignKey As IForeignKey, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (foreignKey As IForeignKey, annotation As IAnnotation) As Boolean
Parameter
- foreignKey
- IForeignKey
Die IForeignKey.
- annotation
- IAnnotation
Die IAnnotation.
Gibt zurück
false
.
Implementiert
Hinweise
Die Standardimplementierung gibt immer false
zurück.
Gilt für:
IsHandledByConvention(IEntityTypeMappingFragment, IAnnotation)
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
Überprüft, ob die angegebene annotation
nach Konvention behandelt wird, wenn sie auf den angegebenen fragment
angewendet wird.
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment fragment, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (fragment As IEntityTypeMappingFragment, annotation As IAnnotation) As Boolean
Parameter
- fragment
- IEntityTypeMappingFragment
- annotation
- IAnnotation
Die IAnnotation.
Gibt zurück
false
.
Hinweise
Die Standardimplementierung gibt immer false
zurück.
Gilt für:
IsHandledByConvention(IEntityType, IAnnotation)
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
Überprüft, ob die angegebene annotation
nach Konvention behandelt wird, wenn sie auf den angegebenen entityType
angewendet wird.
public virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (entityType As IEntityType, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (entityType As IEntityType, annotation As IAnnotation) As Boolean
Parameter
- entityType
- IEntityType
Die IEntityType.
- annotation
- IAnnotation
Die IAnnotation.
Gibt zurück
false
.
Implementiert
Hinweise
Die Standardimplementierung gibt immer false
zurück.
Gilt für:
IsHandledByConvention(IComplexType, IAnnotation)
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
Überprüft, ob die angegebene annotation
nach Konvention behandelt wird, wenn sie auf den angegebenen complexType
angewendet wird.
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IComplexType complexType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IComplexType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IComplexType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (complexType As IComplexType, annotation As IAnnotation) As Boolean
Parameter
- complexType
- IComplexType
Die IComplexType.
- annotation
- IAnnotation
Die IAnnotation.
Gibt zurück
false
.
Hinweise
Die Standardimplementierung gibt immer false
zurück.
Gilt für:
IsHandledByConvention(IComplexProperty, IAnnotation)
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
Überprüft, ob die angegebene annotation
nach Konvention behandelt wird, wenn sie auf den angegebenen complexProperty
angewendet wird.
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IComplexProperty complexProperty, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (complexProperty As IComplexProperty, annotation As IAnnotation) As Boolean
Parameter
- complexProperty
- IComplexProperty
Die IComplexProperty.
- annotation
- IAnnotation
Die IAnnotation.
Gibt zurück
false
.
Hinweise
Die Standardimplementierung gibt immer false
zurück.
Gilt für:
IsHandledByConvention(ICheckConstraint, IAnnotation)
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
Überprüft, ob die angegebene annotation
nach Konvention behandelt wird, wenn sie auf den angegebenen checkConstraint
angewendet wird.
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint checkConstraint, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (checkConstraint As ICheckConstraint, annotation As IAnnotation) As Boolean
Parameter
- checkConstraint
- ICheckConstraint
Die ICheckConstraint.
- annotation
- IAnnotation
Die IAnnotation.
Gibt zurück
false
.
Hinweise
Die Standardimplementierung gibt immer false
zurück.
Gilt für:
IsHandledByConvention(IKey, IAnnotation)
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
- Quelle:
- AnnotationCodeGenerator.cs
Überprüft, ob die angegebene annotation
nach Konvention behandelt wird, wenn sie auf den angegebenen key
angewendet wird.
public virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (key As IKey, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (key As IKey, annotation As IAnnotation) As Boolean
Parameter
- annotation
- IAnnotation
Die IAnnotation.
Gibt zurück
false
.
Implementiert
Hinweise
Die Standardimplementierung gibt immer false
zurück.
Gilt für:
Entity Framework