Query for retrieving common properties; scalar mebmers that exist in more than one entity type with the same name, type, etc.

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

Syntax

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

Return Value

A query (IQueryable) of CommonModelProperty objects.

See Also