Skip to content

IFakerDatabase

baileydauterman edited this page Jan 6, 2025 · 2 revisions
namespace Faker.NET.Interfaces.Modules;

public interface IFakerDatabase
{
    public string Collation();
    public string Column();
    public string Engine();
    public string MongodbObjectId();
    public string Type();
}

Clone this wiki locally