Esempio n. 1
0
 public static InstanceAnnotationConfiguration <TStructuralType> HasAnnotation <TStructuralType>(this StructuralTypeConfiguration <TStructuralType> configuration, Expression <Func <TStructuralType, string> > propertyExpression)
     where TStructuralType : class => configuration.HasPrimitiveAnnotation(propertyExpression);