Query for retrieving scalar members with attribute differences between the conceptual model and storage model.

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public IQueryable<Tuple> GetChangedScalarMembers()
Visual Basic
Public Function GetChangedScalarMembers As IQueryable(Of Tuple)
Visual C++
public:
IQueryable<Tuple^>^ GetChangedScalarMembers()

Return Value

A query returning tuples of ModelMemberProperty objects paired with IEnumerable of the mapped store member properties with attribute mismatches.

See Also