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, 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,
    string memberNames
)

Parameters

Name Type Description
typeInfo ITypeInfo

An ITypeInfo object that supplies metadata information on a type.

memberNames String

A string which contains the displayable member names, separated by semicolons.

Returns

Type Description
String[]

A string array of the reference members’ names

See Also