Miner.Responder.Shared Assembly > Miner.Responder.Shared.Interfaces Namespace > IExplorerDataSubmit Interface > Submit Method : Submit(DataSet,Boolean,Boolean) Method |
true
if calling this method during the display of an edit form. Thus, the response dataset is not processed if the submit raises an exception. This way, the user can attempt to correct the problem in the edit form and resubmit.
'Declaration Overloads Sub Submit( _ ByVal dataSet As DataSet, _ ByVal refreshExplorer As Boolean, _ ByVal isEditFormSubmit As Boolean _ )
'Usage Dim instance As IExplorerDataSubmit Dim dataSet As DataSet Dim refreshExplorer As Boolean Dim isEditFormSubmit As Boolean instance.Submit(dataSet, refreshExplorer, isEditFormSubmit)
void Submit( DataSet dataSet, bool refreshExplorer, bool isEditFormSubmit )
true
if calling this method during the display of an edit form. Thus, the response dataset is not processed if the submit raises an exception. This way, the user can attempt to correct the problem in the edit form and resubmit.Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.