Skip to main content
All docs
V23.2

DetachedObjectsHelper<T>.Create(String, String[]) Method

Creates the DetachedObjectsHelper<T> instance with the specified parameters.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public static DetachedObjectsHelper<T> Create(
    string keyProperty,
    string[] properties
)

Parameters

Name Type Description
keyProperty String

The key property that contains unique values.

properties String[]

The Persistent Object’s properties.

Returns

Type Description
DetachedObjectsHelper<T>

A DetachedObjectsHelper<T> instance.

See Also