Description Returns whether the DataSource will persist when the application is reloaded.
-
Property type
-
A Boolean value. A Boolean with value True when the DataSource will persist. Failure Returns False. Failure conditions: * None
-
Syntax
-
object.IsPersistent
The IsPersistent Property syntax has these parts: |
| object | An expression evaluating to an object of type McDataSource. | Remarks A Persistent McDataSource can re-create its SourceHandler.
|