'Declaration Public Overloads Overridable Function RecordExists( _ ByVal sql As System.String, _ ByVal parameters As System.Collections.Generic.Dictionary(Of String,Object) _ ) As System.Boolean
'Usage Dim instance As BaseDatabaseProvider Dim sql As System.String Dim parameters As System.Collections.Generic.Dictionary(Of String,Object) Dim value As System.Boolean value = instance.RecordExists(sql, parameters)
public virtual System.bool RecordExists( System.string sql, System.Collections.Generic.Dictionary<string,object> parameters )
public: virtual System.bool RecordExists( System.string* sql, System.Collections.Generic.Dictionary<string*,Object*>* parameters )
public: virtual System.bool RecordExists( System.String^ sql, System.Collections.Generic.Dictionary<String^,Object^>^ parameters )
Parameters
- sql
- The SQL text to execute
- parameters
- The parameters to use for the where clause