Property ConstructorParameters
ConstructorParameters
Parameters to pass to the Constructor
public IList ConstructorParameters { get; }
Property Value
Remarks
Changing this collection will implicitly cause this DataProvider to refresh. When changing multiple refresh-causing properties, the use of DeferRefresh() is recommended. ConstuctorParameters becomes empty and read-only when ObjectInstance is assigned a value by the user.