StatementCache.Find(String, SqlCommand) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static bool Find(System::String ^ hashkey, [Runtime::InteropServices::Out] System::Data::SqlClient::SqlCommand ^ % cmd);
public static bool Find (string hashkey, out System.Data.SqlClient.SqlCommand cmd);
static member Find : string * SqlCommand -> bool
Public Shared Function Find (hashkey As String, ByRef cmd As SqlCommand) As Boolean
Parameters
- hashkey
- String
- cmd
- SqlCommand