C# Class FluentModelBuilder.Relational.Conventions.PluralizingTableNameGeneratingConvention

Specifies whether table names should be pluralized
Inheritance: TableNameGeneratingConvention
显示文件 Open project: Grinderofl/FluentModelBuilder Class Usage Examples

Public Methods

Method Description
PluralizingTableNameGeneratingConvention ( bool shouldPluralize = true ) : FluentModelBuilder.Relational.Generators

Method Details

PluralizingTableNameGeneratingConvention() public method

public PluralizingTableNameGeneratingConvention ( bool shouldPluralize = true ) : FluentModelBuilder.Relational.Generators
shouldPluralize bool
return FluentModelBuilder.Relational.Generators