DetachedObjectsHelper<T>.Create(String, String[]) Method
Creates the DetachedObjectsHelper<T> instance with the specified parameters.
Namespace: DevExpress.Xpf.Data
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
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