Try OpenEdge Now
skip to main content
Java Open Clients
Accessing ABL ProDataSets : ProDataObjectMetaData class : Methods : setNoSchemaMarshal( )
 
setNoSchemaMarshal( )
Indicates, as a run-time only setting, whether schema information for the specified ProDataObject collection is sent to the AppServer along with the data.

Syntax

void setNoSchemaMarshal(boolean flag)
flag
When set to true, any application service method that passes a ProDataGraph parameter containing this ProDataObjectMetaData marshals only the data to the AppServer from the specified ProDataObject collection. This setting suppresses transmission of index descriptions and all field information, which helps to speed the transmission of data. You can change this setting at any point where you invoke application service methods.