Creates a new command used during Update to select records from a data source for inclusion into the data set.
[Visual Basic] Overrides Protected Function CreateNewSelectCommand() As DBCommand [C#] protected override DBCommand CreateNewSelectCommand(); [C++] protected: override DBCommand* CreateNewSelectCommand(); [JScript] protected override function CreateNewSelectCommand() : DBCommand;
An ADOCommand that contains the select information.
ADODataSetCommand Class | ADODataSetCommand Members | System.Data.ADO Namespace