IRelationalPropertyAnnotations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties for relational-specific annotations accessed through Relational(IProperty).
public interface IRelationalPropertyAnnotations
type IRelationalPropertyAnnotations = interface
Public Interface IRelationalPropertyAnnotations
- Derived
Properties
ColumnName |
The name of the column to which the property is mapped. |
ColumnType |
The database type of the column to which the property is mapped. |
ComputedColumnSql |
The computed constraint SQL expression that should be used when creating a column for this property. |
DefaultValue |
The default value to use in the definition of the column when creating a column for this property. |
DefaultValueSql |
The default constraint SQL expression that should be used when creating a column for this property. |
IsFixedLength |
A flag indicating if the property as capable of storing only fixed-length data, such as strings. |
Applies to
Entity Framework