Checks whether the cache for the specified Salesforce table exists and is enabled.
'Declaration
Public Function ExistsAndEnabled( _
ByVal As String _
) As Boolean
public bool ExistsAndEnabled(
string
)
Parameters
- tableName
- Table to check the existence and status of the cache for.
Return Value
true if the cache for the specified Salesforce table exists and is enabled; false otherwise.