'Declaration Public Overloads Overridable Function RecordExists( _ ByVal sql As System.String _ ) As System.Boolean
'Usage Dim instance As BaseDatabaseProvider Dim sql As System.String Dim value As System.Boolean value = instance.RecordExists(sql)
public virtual System.bool RecordExists( System.string sql )
public: virtual System.bool RecordExists( System.string* sql )
public: virtual System.bool RecordExists( System.String^ sql )
Parameters
- sql
- The SQL text to execute