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(
VARIANT_BOOL pFlag
);
[C++]Parameters
pFlag [out, retval] pFlag is a parameter of type VARIANT_BOOL pFlag [in] pFlag is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Remarks
SaveRowsOnPersist specifies if the rows in the NAClass should be saved in the stream when IPersistStream::Save is called.