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 SQLCommand that contains the select information.
SQLDataSetCommand Class | SQLDataSetCommand Members | System.Data.SQL Namespace