Méthode | Description | |
---|---|---|
For ( IEntityType entityType ) : IRelationalEntityTypeAnnotations | ||
For ( IForeignKey foreignKey ) : IRelationalForeignKeyAnnotations | ||
For ( IIndex index ) : IRelationalIndexAnnotations | ||
For ( IKey key ) : IRelationalKeyAnnotations | ||
For ( IModel model ) : IRelationalModelAnnotations | ||
For ( IProperty property ) : IRelationalPropertyAnnotations |
public For ( IEntityType entityType ) : IRelationalEntityTypeAnnotations | ||
entityType | IEntityType | |
Résultat | IRelationalEntityTypeAnnotations |
public For ( IForeignKey foreignKey ) : IRelationalForeignKeyAnnotations | ||
foreignKey | IForeignKey | |
Résultat | IRelationalForeignKeyAnnotations |
public For ( IIndex index ) : IRelationalIndexAnnotations | ||
index | IIndex | |
Résultat | IRelationalIndexAnnotations |
public For ( IKey key ) : IRelationalKeyAnnotations | ||
key | IKey | |
Résultat | IRelationalKeyAnnotations |
public For ( IModel model ) : IRelationalModelAnnotations | ||
model | IModel | |
Résultat | IRelationalModelAnnotations |
public For ( IProperty property ) : IRelationalPropertyAnnotations | ||
property | IProperty | |
Résultat | IRelationalPropertyAnnotations |