Version

Search Results

SaveAsBinary(String,Boolean) Method

Saves properties, structure, and data information to a file in binary format. Syntax Parameters filename The name of the file containing the serialized UltraDataSource informationincludeData Determines whether that data is saved along with the data structure. Remarks The SaveAsBinary method is used in conjunction ...

SaveAsBinary Method

Saves properties, structure, and data information to a binary stream. Overload List

SaveAsXml(Stream) Method

Saves properties, structure, and data information to an Xml/soap stream. Syntax Parameters stream Stream containing the serialized UltraDataSource information Remarks The SaveAsBinary method is used in conjunction with the LoadFromXml(Stream) method to persist the property settings and layout of the ultraDataSourc...

SaveAsXml(Stream,Boolean) Method

Saves properties, structure, and data information to an Xml/soap stream. Syntax Parameters stream Stream containing the serialized UltraDataSource informationincludeData Determines whether that data is saved along with the data structure. Remarks The SaveAsBinary method is used in conjunction with the LoadFromXml(...

SaveAsXml(String) Method

Saves properties, structure, and data information to a file in xml/soap format. Syntax Parameters filename The name of the file containing the serialized UltraDataSource information Remarks The SaveAsBinary method is used in conjunction with the LoadFromXml(String) method to persist the property settings and layou...

SaveAsXml(String,Boolean) Method

Saves properties, structure, and data information to a file in xml/soap format. Syntax Parameters filename The name of the file containing the serialized UltraDataSource informationincludeData Determines whether that data is saved along with the data structure. Remarks The SaveAsBinary method is used in conjunctio...

SaveAsXml Method

Saves properties, structure, and data information to an Xml/soap stream. Overload List

ShouldSerialize Method (UltraDataSource)

Returns true if the object has some non-default settings. Syntax Return Value true if the object has some non-default settings. Example

ShouldSerializeAllowAdd Method

Returns true if the AllowAdd is set to its non-default value of false. Syntax Return Value Returns true if this property is not set to its default value Example

ShouldSerializeAllowDelete Method

Returns true if the AllowDelete is set to its non-default value of false. Syntax Return Value Returns true if this property is not set to its default value Example