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!

DBDataSetCommand.CreateNewSelectCommand

[To be supplied.]

[Visual Basic]
MustOverride Protected Function CreateNewSelectCommand() As _
   DBCommand
[C#]
protected abstract DBCommand CreateNewSelectCommand();
[C++]
protected: virtual DBCommand* CreateNewSelectCommand() = 0;
[JScript]
protected abstract function CreateNewSelectCommand() : DBCommand;

See Also

DBDataSetCommand Class | DBDataSetCommand Members | System.Data.Internal Namespace