| Name | Description |
---|
 | Equals(Object) | |
 | Finalize() | |
 | Generate(AddColumnOperation, IndentedTextWriter) | |
 | Generate(AddForeignKeyOperation, IndentedTextWriter) | |
 | Generate(AddPrimaryKeyOperation, IndentedTextWriter) | |
 | Generate(AlterColumnOperation, IndentedTextWriter) | |
 | Generate(AlterProcedureOperation, IndentedTextWriter) | |
 | Generate(AlterTableOperation, IndentedTextWriter) | |
 | Generate(Byte[]) | Generates code to specify the default value for a T:byte[] column. |
 | Generate(ColumnModel, IndentedTextWriter, Boolean) | Generates code to specify the definition for a ColumnModel. |
 | Generate(CreateIndexOperation, IndentedTextWriter) | |
 | Generate(CreateProcedureOperation, IndentedTextWriter) | |
 | Generate(CreateTableOperation, IndentedTextWriter) | |
 | Generate(DateTime) | Generates code to specify the default value for a DateTime column. |
 | Generate(DateTimeOffset) | Generates code to specify the default value for a DateTimeOffset column. |
 | Generate(DbGeography) | Generates code to specify the default value for a DbGeography column. |
 | Generate(DbGeometry) | Generates code to specify the default value for a DbGeometry column. |
 | Generate(Decimal) | Generates code to specify the default value for a Decimal column. |
 | Generate(DropColumnOperation, IndentedTextWriter) | |
 | Generate(DropForeignKeyOperation, IndentedTextWriter) | |
 | Generate(DropIndexOperation, IndentedTextWriter) | |
 | Generate(DropPrimaryKeyOperation, IndentedTextWriter) | |
 | Generate(DropProcedureOperation, IndentedTextWriter) | |
 | Generate(DropTableOperation, IndentedTextWriter) | |
 | Generate(Guid) | Generates code to specify the default value for a Guid column. |
 | Generate(IEnumerable<MigrationOperation>, String, String) | Generates the primary code file that the user can view and edit. |
 | Generate(IEnumerable<String>, IndentedTextWriter) | Generates code to specify a set of column names using a lambda expression. |
 | Generate(Int64) | Generates code to specify the default value for a Int64 column. |
 | Generate(MoveProcedureOperation, IndentedTextWriter) | |
 | Generate(MoveTableOperation, IndentedTextWriter) | |
 | Generate(Object) | Generates code to specify the default value for a column of unknown data type. |
 | Generate(ParameterModel, IndentedTextWriter, Boolean) | |
 | Generate(RenameColumnOperation, IndentedTextWriter) | |
 | Generate(RenameIndexOperation, IndentedTextWriter) | |
 | Generate(RenameProcedureOperation, IndentedTextWriter) | |
 | Generate(RenameTableOperation, IndentedTextWriter) | |
 | Generate(Single) | Generates code to specify the default value for a Single column. |
 | Generate(SqlOperation, IndentedTextWriter) | |
 | Generate(String) | Generates code to specify the default value for a String column. |
 | Generate(String, IEnumerable<MigrationOperation>, String, String, String, String) | |
 | Generate(String, String, String, String, String) | Generates the code behind file with migration metadata. |
 | Generate(TimeSpan) | Generates code to specify the default value for a TimeSpan column. |
 | GenerateAnnotation(String, Object, IndentedTextWriter) | Generates code for the given annotation value, which may be null. The default behavior is to use an AnnotationCodeGenerator if one is registered, otherwise call ToString on the annotation value. |
 | GenerateAnnotations(IDictionary<String, AnnotationValues>, IndentedTextWriter) | Generates code to re-create the given dictionary of annotations for use when passing these annotations as a parameter of a DbMigration call. |
 | GenerateAnnotations(IDictionary<String, Object>, IndentedTextWriter) | Generates code to re-create the given dictionary of annotations for use when passing these annotations as a parameter of a DbMigration call. |
 | GenerateInline(AddForeignKeyOperation, IndentedTextWriter) | |
 | GenerateInline(AddPrimaryKeyOperation, IndentedTextWriter) | |
 | GenerateInline(CreateIndexOperation, IndentedTextWriter) | |
 | GetDefaultNamespaces(Boolean) | Gets the default namespaces that must be output as "using" or "Imports" directives for any code generated.(Inherited from MigrationCodeGenerator.) |
 | GetHashCode() | |
 | GetNamespaces(IEnumerable<MigrationOperation>) | Gets the namespaces that must be output as "using" or "Imports" directives to handle the code generated by the given operations.(Inherited from MigrationCodeGenerator.) |
 | GetType() | |
 | MemberwiseClone() | |
 | Quote(String) | Quotes an identifier using appropriate escaping to allow it to be stored in a string. |
 | ScrubName(String) | Removes any invalid characters from the name of an database artifact. |
 | ToString() | |
 | TranslateColumnType(PrimitiveTypeKind) | Gets the type name to use for a column of the given data type. |
 | WriteClassAttributes(IndentedTextWriter, Boolean) | Generates class attributes. |
 | WriteClassEnd(String, IndentedTextWriter) | Generates the closing code for a class that was started with WriteClassStart. |
 | WriteClassStart(String, String, IndentedTextWriter, String, Boolean, IEnumerable<String>) | Generates a namespace, using statements and class definition. |
 | WriteProperty(String, String, IndentedTextWriter) | Generates a property to return the source or target model in the code behind file. |