Affecto.IdentityManagement.Store.PostgreSql.PostgreDbContext.FormatTableName C# (CSharp) Method

FormatTableName() protected method

protected FormatTableName ( string tableName ) : string
tableName string
return string
        protected override string FormatTableName(string tableName)
        {
            return tableName.ToLower();
        }