Method | 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 | |
return | IRelationalEntityTypeAnnotations |
public For ( IForeignKey foreignKey ) : IRelationalForeignKeyAnnotations | ||
foreignKey | IForeignKey | |
return | IRelationalForeignKeyAnnotations |
public For ( IIndex index ) : IRelationalIndexAnnotations | ||
index | IIndex | |
return | IRelationalIndexAnnotations |
public For ( IKey key ) : IRelationalKeyAnnotations | ||
key | IKey | |
return | IRelationalKeyAnnotations |
public For ( IModel model ) : IRelationalModelAnnotations | ||
model | IModel | |
return | IRelationalModelAnnotations |
public For ( IProperty property ) : IRelationalPropertyAnnotations | ||
property | IProperty | |
return | IRelationalPropertyAnnotations |