BrowserIsPartial Property |
Indicates if there could be more matching data for the specified filter
Namespace: Com.Tibco.As.Space.BrowserAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract bool IsPartial { get; }
Public MustOverride ReadOnly Property IsPartial As Boolean
Get
public:
virtual property bool IsPartial {
bool get () abstract;
}
abstract IsPartial : bool with get
Property Value
Type:
Booleantrue if this query does not return all the matching rows; otherwise,
false.
Remarks
Applicable for SNAPSHOT GET browser only
See Also