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.IsValidDataCommand

[To be supplied.]

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

Parameters

value
[To be supplied.]

See Also

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