[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eEntityDdl\u003c/code\u003e class within the Google Cloud Database Migration v1 API, specifically for .NET.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEntityDdl\u003c/code\u003e represents a single DDL statement for a specific database entity, with properties such as \u003ccode\u003eDdl\u003c/code\u003e (the code), \u003ccode\u003eDdlType\u003c/code\u003e (like "Create" or "Alter"), \u003ccode\u003eEntity\u003c/code\u003e (name), \u003ccode\u003eEntityType\u003c/code\u003e, and \u003ccode\u003eIssueId\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eEntityDdl\u003c/code\u003e is 2.5.0, and previous versions, from 2.4.0 down to 1.0.0, are also available for reference.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEntityDdl\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces.\u003c/p\u003e\n"],["\u003cp\u003eConstructors are available for creating new \u003ccode\u003eEntityDdl\u003c/code\u003e instances, including a constructor that accepts another \u003ccode\u003eEntityDdl\u003c/code\u003e instance for cloning.\u003c/p\u003e\n"]]],[],null,["# Database Migration v1 API - Class EntityDdl (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.EntityDdl)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.4.0/Google.Cloud.CloudDms.V1.EntityDdl)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.3.0/Google.Cloud.CloudDms.V1.EntityDdl)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.2.0/Google.Cloud.CloudDms.V1.EntityDdl)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.1.0/Google.Cloud.CloudDms.V1.EntityDdl)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.0.0/Google.Cloud.CloudDms.V1.EntityDdl)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.2.0/Google.Cloud.CloudDms.V1.EntityDdl)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.1.0/Google.Cloud.CloudDms.V1.EntityDdl)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.0.0/Google.Cloud.CloudDms.V1.EntityDdl) \n\n public sealed class EntityDdl : IMessage\u003cEntityDdl\u003e, IEquatable\u003cEntityDdl\u003e, IDeepCloneable\u003cEntityDdl\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Database Migration v1 API class EntityDdl.\n\nA single DDL statement for a specific entity \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e EntityDdl \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[EntityDdl](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.EntityDdl), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[EntityDdl](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.EntityDdl), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[EntityDdl](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.EntityDdl), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.CloudDms.V1](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.CloudDms.V1.dll\n\nConstructors\n------------\n\n### EntityDdl()\n\n public EntityDdl()\n\n### EntityDdl(EntityDdl)\n\n public EntityDdl(EntityDdl other)\n\nProperties\n----------\n\n### Ddl\n\n public string Ddl { get; set; }\n\nThe actual ddl code.\n\n### DdlType\n\n public string DdlType { get; set; }\n\nType of DDL (Create, Alter).\n\n### Entity\n\n public string Entity { get; set; }\n\nThe name of the database entity the ddl refers to.\n\n### EntityType\n\n public DatabaseEntityType EntityType { get; set; }\n\nThe entity type (if the DDL is for a sub entity).\n\n### IssueId\n\n public RepeatedField\u003cstring\u003e IssueId { get; }\n\nEntityIssues found for this ddl."]]