XPClassInfo.GetPersistentMember(String) Method
In This Article
Returns information on the persistent member with the specified name.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public XPMemberInfo GetPersistentMember(
string memberName
)
#Parameters
Name | Type | Description |
---|---|---|
member |
String | A String value which specifies the member name. |
#Returns
Type | Description |
---|---|
XPMember |
An XPMember |
#Remarks
The GetPersistentMember method scans the XPClassInfo.PersistentProperties collection for an element whose XPMemberInfo.Name property’s value matches the memberName parameter.
See Also