Jaa


StatementCache.Insert(String, SqlCommand) Method

Definition

public:
 static bool Insert(System::String ^ hashkey, System::Data::SqlClient::SqlCommand ^ cmd);
public static bool Insert (string hashkey, System.Data.SqlClient.SqlCommand cmd);
static member Insert : string * System.Data.SqlClient.SqlCommand -> bool
Public Shared Function Insert (hashkey As String, cmd As SqlCommand) As Boolean

Parameters

hashkey
String

Returns

Applies to