Свойство | Тип | Описание | |
---|---|---|---|
Pluralizer | System.Data.Entity.Design.PluralizationServices.PluralizationService |
Метод | Описание | |
---|---|---|
DecimalPrecisionFor ( |
The decimal precision for.
|
|
DecimalScaleFor ( |
The decimal scale for.
|
|
DefaultConvention ( ushort stringLength = 255, byte decimalPrecision = 18, byte decimalScale = 10 ) : System |
Initializes a new instance of the DefaultConvention class.
|
|
IsPrimaryKeyAutoGenerated ( IColumn primaryKeyColumn ) : bool |
The is primary key auto generated.
|
|
PrimaryKeyFor ( |
The primary key of.
|
|
SchemaFor ( |
The schema for.
|
|
StringLengthFor ( |
The string length for.
|
|
TableFor ( |
The table for.
|
Метод | Описание | |
---|---|---|
ScorePrimaryKeyCandidate ( string propertyName ) : PrimaryKeyCandidate |
public DecimalPrecisionFor ( |
||
entity | /// The entity. /// | |
propertyName | string | /// The property name. /// |
Результат | byte |
public DecimalScaleFor ( |
||
entity | /// The entity. /// | |
propertyName | string | /// The property name. /// |
Результат | byte |
public DefaultConvention ( ushort stringLength = 255, byte decimalPrecision = 18, byte decimalScale = 10 ) : System | ||
stringLength | ushort | /// The string length. /// |
decimalPrecision | byte | /// The decimal precision. /// |
decimalScale | byte | /// The decimal scale. /// |
Результат | System |
public IsPrimaryKeyAutoGenerated ( IColumn primaryKeyColumn ) : bool | ||
primaryKeyColumn | IColumn | /// The entity. /// |
Результат | bool |
public PrimaryKeyFor ( |
||
entity | /// The entity. /// | |
propertyNames | IEnumerable |
/// The array of property names to choose from. /// |
Результат | string |
public SchemaFor ( |
||
entity | /// The entity. /// | |
Результат | string |
public StringLengthFor ( |
||
entity | /// The entity. /// | |
propertyName | string | /// The property name. /// |
Результат | ushort |
public TableFor ( |
||
entity | /// The entity. /// | |
Результат | string |