Query for retrieving common properties; properties that exist in more than one entity type with the same name, type, etc.
Namespace: HuagatiEDMXToolsAssembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765
Syntax
Parameters
- includePKMembers
- Type: System..::..Boolean
Controls whether primary key members should be considered/included.
- includeComplexTypeRefs
- Type: System..::..Boolean
Controls whether complex type reference members should be considered/included.
- includeFKMembers
- Type: System..::..Boolean
Controls whether members that participate in association sets as keys should be considered/included
Return Value
A query (IQueryable) of CommonModelProperty objects.
See Also