NET Caching Library Help
RecordExists(String,Dictionary<String,Object>) Method




KellermanSoftware.NetCachingLibrary.DatabaseProviders Namespace > BaseDatabaseProvider Class > RecordExists Method : RecordExists(String,Dictionary<String,Object>) Method
The SQL text to execute
The parameters to use for the where clause
Returns true if the record exists
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseDatabaseProvider Class
BaseDatabaseProvider Members
Overload List