This document is archived and information here might be outdated. Recommended version. |
Indicates if rows are stored with the map document.
[Visual Basic .NET]
Public Property SaveRowsOnPersist As Boolean
[C#]
public bool SaveRowsOnPersist {get; set;}
[C++]
HRESULT get_SaveRowsOnPersist(
VARIANT_BOOL pFlag
);
[C++]
HRESULT put_SaveRowsOnPersist(
Boolean* pFlag
);
[C++] Parameters pFlag [in]
pFlag is a parameter of type bool pFlag [out, retval]
pFlag is a parameter of type bool*
SaveRowsOnPersist specifies if the rows in the NAClass should be saved in the stream when IPersistStream::Save is called.