SqliteDdlGenerator

Classes > Migration.SQLite > SqliteDdlGenerator

SQLite DDL generator for schema operations.

public static class SqliteDdlGenerator

Methods

Generate(SchemaOperation)

public static string Generate(SchemaOperation operation)

Generate SQLite DDL for a schema operation.

Parameters:

Name Type Description
operation SchemaOperation

Returns: String

PortableTypeToSqlite(PortableType)

public static string PortableTypeToSqlite(PortableType type)

Map portable type to SQLite type affinity.

Parameters:

Name Type Description
type PortableType

Returns: String