C-DEngine 5.105

TheMirrorCache<(Of <(<'T>)>)>..::..Fill Method (TheStorageMirror<(Of <(<'T>)>)>, String, Int32, Boolean)

Fills the specified p mirror.

Namespace:  nsCDEngine.Engines.StorageService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void Fill(
	TheStorageMirror<T> pMirror,
	string SQLFilter,
	int MaxRows,
	bool LocalCallBackOnly
)
Public Sub Fill ( _
	pMirror As TheStorageMirror(Of T), _
	SQLFilter As String, _
	MaxRows As Integer, _
	LocalCallBackOnly As Boolean _
)
public:
void Fill(
	TheStorageMirror<T>^ pMirror, 
	String^ SQLFilter, 
	int^ MaxRows, 
	bool^ LocalCallBackOnly
)

Parameters

pMirror
Type: nsCDEngine.Engines.StorageService..::..TheStorageMirror<(Of <(<'T>)>)>
The p mirror.
SQLFilter
Type: String
The SQL filter.
MaxRows
Type: Int32
The maximum rows.
LocalCallBackOnly
Type: Boolean
if set to true [local call back only].