NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLDataSetCommand.CreateNewSelectCommand

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;

Return Value

An SQLCommand that contains the select information.

See Also

SQLDataSetCommand Class | SQLDataSetCommand Members | System.Data.SQL Namespace