Schema

Classes > Migration > Schema

Backward-compatible alias for SchemaFactory.

[SuppressMessage("Naming", "CA1724:Type names should not match namespaces", Justification = "Schema is the natural name for this entry point")]
public static class Schema

Methods

Define(string)

public static SchemaBuilder Define(string name)

Start defining a schema with the given name.

Parameters:

Name Type Description
name String

Returns: SchemaBuilder