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 )
procedure Submit( dataSet: System.Data.DataSet; refreshExplorer: System.Boolean; isEditFormSubmit: System.Boolean );
function Submit( dataSet : System.Data.DataSet, refreshExplorer : System.boolean, isEditFormSubmit : System.boolean );
void Submit( System.Data.DataSet* dataSet, System.bool refreshExplorer, System.bool 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2