Jaa


StatementCache.Find(String, SqlCommand) Method

Definition

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

Returns

Applies to