Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SqlCeMigrationSqlGenerator Class

Entity Framework 6.0
 

Namespace:   System.Data.Entity.SqlServerCompact.Legacy
Assembly:  EntityFramework.SqlServerCompact.Legacy (in EntityFramework.SqlServerCompact.Legacy.dll)

System::Object
  System.Data.Entity.Migrations.Sql::MigrationSqlGenerator
    System.Data.Entity.SqlServerCompact.Legacy::SqlCeMigrationSqlGenerator

[SuppressMessageAttribute("Microsoft.Maintainability", "CA1506:AvoidExcessiveClassCoupling")]
public ref class SqlCeMigrationSqlGenerator : MigrationSqlGenerator

NameDescription
System_CAPS_protpropertyGuidColumnDefault

System_CAPS_protpropertyProviderManifest

Gets or sets the provider manifest.(Inherited from MigrationSqlGenerator.)

NameDescription
System_CAPS_protmethodBuildColumnType(ColumnModel^)

System_CAPS_protmethodBuildStoreTypeUsage(String^, PropertyModel^)

Builds the store type usage for the specified storeTypeName using the facets from the specified propertyModel.(Inherited from MigrationSqlGenerator.)

System_CAPS_protmethodCreateConnection()

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGenerate(AddColumnOperation^)

System_CAPS_protmethodGenerate(AddForeignKeyOperation^)

System_CAPS_protmethodGenerate(AddPrimaryKeyOperation^)

System_CAPS_protmethodGenerate(AlterColumnOperation^)

System_CAPS_protmethodGenerate(AlterProcedureOperation^)

System_CAPS_protmethodGenerate(AlterTableOperation^)

System_CAPS_protmethodGenerate(Boolean)

System_CAPS_protmethodGenerate(array<Byte>^)

System_CAPS_protmethodGenerate(ColumnModel^, IndentedTextWriter^)

System_CAPS_protmethodGenerate(CreateIndexOperation^)

System_CAPS_protmethodGenerate(CreateProcedureOperation^)

System_CAPS_protmethodGenerate(CreateTableOperation^)

System_CAPS_protmethodGenerate(DateTime)

System_CAPS_protmethodGenerate(DateTimeOffset)

System_CAPS_protmethodGenerate(DbGeography^)

System_CAPS_protmethodGenerate(DbGeometry^)

System_CAPS_protmethodGenerate(DropColumnOperation^)

System_CAPS_protmethodGenerate(DropForeignKeyOperation^)

System_CAPS_protmethodGenerate(DropIndexOperation^)

System_CAPS_protmethodGenerate(DropPrimaryKeyOperation^)

System_CAPS_protmethodGenerate(DropProcedureOperation^)

System_CAPS_protmethodGenerate(DropTableOperation^)

System_CAPS_protmethodGenerate(Guid)

System_CAPS_protmethodGenerate(HistoryOperation^)

System_CAPS_pubmethodGenerate(IEnumerable<MigrationOperation^>^, String^)
System_CAPS_protmethodGenerate(MigrationOperation^)

System_CAPS_protmethodGenerate(MoveProcedureOperation^)

System_CAPS_protmethodGenerate(MoveTableOperation^)

System_CAPS_protmethodGenerate(Object^)

System_CAPS_protmethodGenerate(RenameColumnOperation^)

System_CAPS_protmethodGenerate(RenameIndexOperation^)

System_CAPS_protmethodGenerate(RenameProcedureOperation^)

System_CAPS_protmethodGenerate(RenameTableOperation^)

System_CAPS_protmethodGenerate(SqlOperation^)

System_CAPS_protmethodGenerate(String^)

System_CAPS_protmethodGenerate(TimeSpan)

System_CAPS_protmethodGenerate(UpdateDatabaseOperation^)

System_CAPS_protmethodGenerateMakeSystemTable(CreateTableOperation^, IndentedTextWriter^)

System_CAPS_pubmethodGenerateProcedureBody(ICollection<DbModificationCommandTree^>^, String^, String^)

Generates the SQL body for a stored procedure.(Inherited from MigrationSqlGenerator.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodName(String^)

System_CAPS_protmethodQuote(String^)

System_CAPS_protmethodStatement(IndentedTextWriter^)

System_CAPS_protmethodStatement(String^, Boolean)

System_CAPS_protmethodStatementBatch(String^, Boolean)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_protmethodSystem_CAPS_staticWriter()

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: