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 System.Data.DataSet, _ ByVal refreshExplorer As System.Boolean, _ ByVal isEditFormSubmit As System.Boolean _ )
'Usage Dim instance As IExplorerDataSubmit Dim dataSet As System.Data.DataSet Dim refreshExplorer As System.Boolean Dim isEditFormSubmit As System.Boolean instance.Submit(dataSet, refreshExplorer, isEditFormSubmit)
void Submit( System.Data.DataSet dataSet, System.bool refreshExplorer, System.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.