Table of Contents

Class NamingHelperMethods

Namespace
MongoDB.EntityFrameworkCore
Assembly
MongoDB.EntityFrameworkCore.dll

A variety of helper methods the MongoDB provider users for creating names.

public static class NamingHelperMethods
Inheritance
NamingHelperMethods
Inherited Members

Methods

ToCamelCase(string, CultureInfo)

Converts a given string to camel case.

ToTitleCase(string, CultureInfo)

Converts a given string to title case.