Skip to content

Commit 0b68dbe

Browse files
committed
save
1 parent b4d3a2e commit 0b68dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GraphDiff/GraphDiff.Shared/Internal/Extensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ internal static string GetEntitySetName(this IObjectContextAdapter context, Type
6060
/// not support class in generic class
6161
internal static EntityType GetEntityTypeByType(this MetadataWorkspace metadataWorkspace, Type entityType)
6262
{
63-
string name = ObjectContext.GetObjectType(entityType).FullName.Replace("+", ".");//entityType.FullName.Replace("+", ".");//
63+
string name = ObjectContext.GetObjectType(entityType).FullName.Replace("+", ".");
6464
var lenght = name.IndexOf("`");
6565

6666
if (lenght != -1)

0 commit comments

Comments
 (0)