CustomDataSetAdapter.OnInitialize Method
Called when the custom dataset is initialized.
OnInitialize(CustomDataSetContext context)
Called when the custom dataset is initialized.Syntax
public virtual void OnInitialize (
CustomDataSetContext context
)
Parameters
The context object which gives the custom dataset access to properties of the CustomDataSetProxy.
Remarks
This method can be overridden if the custom dataset implementation needs to perform any specific initialization.
Platforms
Windows, Linux, Android