Click or drag to resize
EF Visual Editor

ModelElementExtensionsGetDifferencesT Method

[Missing <summary> documentation for "M:Sawczyn.EFDesigner.EFModel.Extensions.ModelElementExtensions.GetDifferences``1(``0,``0)"]

Namespace:  Sawczyn.EFDesigner.EFModel.Extensions
Assembly:  Sawczyn.EFDesigner.EFModel.Dsl (in Sawczyn.EFDesigner.EFModel.Dsl.dll) Version: 2.0.5.3 (2.0.5.3)
Syntax
public static List<(string propertyName, Object thisValue, Object otherValue)> GetDifferences<T>(
	this T This,
	T Other
)
where T : ModelElement
Request Example View Source

Parameters

This
Type: T

[Missing <param name="This"/> documentation for "M:Sawczyn.EFDesigner.EFModel.Extensions.ModelElementExtensions.GetDifferences``1(``0,``0)"]

Other
Type: T

[Missing <param name="Other"/> documentation for "M:Sawczyn.EFDesigner.EFModel.Extensions.ModelElementExtensions.GetDifferences``1(``0,``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Sawczyn.EFDesigner.EFModel.Extensions.ModelElementExtensions.GetDifferences``1(``0,``0)"]

Return Value

Type: ListValueTupleString, Object, Object

[Missing <returns> documentation for "M:Sawczyn.EFDesigner.EFModel.Extensions.ModelElementExtensions.GetDifferences``1(``0,``0)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also