Query for retrieving scalar members with attributes different than in one or more mapped conceptual model members.

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 (IQueryable) of pairs of StoreMemberProperty objects and IEnumerables of the mapped ModelMemberProperties

See Also