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!

ADOCommand.Prepare

Creates a prepared (or compiled) version of the command on the data source.

[Visual Basic]
Public Sub Prepare()
[C#]
public void Prepare();
[C++]
public: void Prepare();
[JScript]
public function Prepare();

See Also

ADOCommand Class | ADOCommand Members | System.Data.ADO Namespace