TheMirrorCache<(Of <(<'T>)>)>..::..SetAutoUpdateOnChange Method
Sets the automatic update on change.
Namespace:
nsCDEngine.Engines.StorageServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public void SetAutoUpdateOnChange( TheStorageMirror<T> pMirror, string BaseSQLFilter, int MaxRows )
Public Sub SetAutoUpdateOnChange ( _ pMirror As TheStorageMirror(Of T), _ BaseSQLFilter As String, _ MaxRows As Integer _ )
public: void SetAutoUpdateOnChange( TheStorageMirror<T>^ pMirror, String^ BaseSQLFilter, int^ MaxRows )
Parameters
- pMirror
- Type: nsCDEngine.Engines.StorageService..::..TheStorageMirror<(Of <(<'T>)>)>
The p mirror.
- BaseSQLFilter
- Type: String
The base SQL filter.
- MaxRows
- Type: Int32
The maximum rows.