Overloads Function RecordExists( _ ByVal sql As String, _ ByVal parameters As Dictionary(Of String,Object) _ ) As Boolean
Dim instance As IDataHelper Dim sql As String Dim parameters As Dictionary(Of String,Object) Dim value As Boolean value = instance.RecordExists(sql, parameters)
bool RecordExists( string sql, Dictionary<string,object> parameters )
bool RecordExists( string* sql, Dictionary<string*,Object*>* parameters )
bool RecordExists( String^ sql, Dictionary<String^,Object^>^ parameters )
Parameters
- sql
- The parameterized SQL to execute
- parameters
- The parameters for the SQL
Return Value
True if there are any records