StatementCache.Insert(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 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
- cmd
- SqlCommand