Share via


FormDataSource.__cacheAddMethod_IntImpl__ Method

Definition

Overloads

__cacheAddMethod_IntImpl__(String)
__cacheAddMethod_IntImpl__(String, Boolean)

__cacheAddMethod_IntImpl__(String)

public:
 virtual bool __cacheAddMethod_IntImpl__(System::String ^ text1);
public virtual bool __cacheAddMethod_IntImpl__ (string text1);
abstract member __cacheAddMethod_IntImpl__ : string -> bool
override this.__cacheAddMethod_IntImpl__ : string -> bool
Public Overridable Function __cacheAddMethod_IntImpl__ (text1 As String) As Boolean

Parameters

text1
String

Returns

Applies to

__cacheAddMethod_IntImpl__(String, Boolean)

public:
 virtual bool __cacheAddMethod_IntImpl__(System::String ^ _methodName, bool _updateOnWrite);
public virtual bool __cacheAddMethod_IntImpl__ (string _methodName, bool _updateOnWrite);
abstract member __cacheAddMethod_IntImpl__ : string * bool -> bool
override this.__cacheAddMethod_IntImpl__ : string * bool -> bool
Public Overridable Function __cacheAddMethod_IntImpl__ (_methodName As String, _updateOnWrite As Boolean) As Boolean

Parameters

_methodName
String
_updateOnWrite
Boolean

Returns

Applies to