DetachedObjectsHelper<T>.Create(String, String[]) Method
In This Article
Creates the DetachedObjectsHelper<T> instance with the specified parameters.
Namespace: DevExpress.Xpf.Data
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
public static DetachedObjectsHelper<T> Create(
string keyProperty,
string[] properties
)
#Parameters
Name | Type | Description |
---|---|---|
key |
String | The key property that contains unique values. |
properties | String[] | The Persistent Object’s properties. |
#Returns
Type | Description |
---|---|
Detached |
A Detached |
See Also