RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPacketDataSet.StreamMetaData Property

Indicates whether metadata should be included in the data packet.

Pascal
property StreamMetaData: Boolean;
C++
__property Boolean StreamMetaData;

StreamMetaData reflects the MetaData parameter of the provider's CreateDataPacket method. When StreamMetaData is true, metadata is included in the data packet. When StreamMetaData is false, the data packet contains records but no metadata. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!