Skip to main content
A newer version of this page is available.
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

EFObjectSpace.GetReferenceMemberNames(ITypeInfo, IList<String>) Method

Returns the list of reference members’ names declared in the specified type.

Namespace: DevExpress.ExpressApp.EF

Assembly: DevExpress.ExpressApp.EF.v19.2.dll

Declaration

public static string[] GetReferenceMemberNames(
    ITypeInfo typeInfo,
    IList<string> memberNames
)

Parameters

Name Type Description
typeInfo ITypeInfo

An ITypeInfo object that supplies metadata information on a type.

memberNames IList<String>

An IList<String> list which contains the member names for display.

Returns

Type Description
String[]

A string array of the reference members’ names.

See Also