Skip to main content
A newer version of this page is available.

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.v18.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