Click or drag to resize
AddressPointDataSet Class
Represents a strongly typed in-memory cache of data.
Inheritance Hierarchy

Namespace: Cadcorp.Web.UI.GazetteerControl
Assembly: Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
C#
[SerializableAttribute]
public class AddressPointDataSet : DataSet

The AddressPointDataSet type exposes the following members.

Constructors
  NameDescription
Public methodAddressPointDataSet
Initializes a new instance of the AddressPointDataSet class
Top
Methods
  NameDescription
Public methodAcceptChanges
Commits all the changes made to this DataSet since it was loaded or since the last time AcceptChanges was called.
(Inherited from DataSet.)
Public methodBeginInit
Begins the initialization of a DataSet that is used on a form or used by another component. The initialization occurs at run time.
(Inherited from DataSet.)
Public methodClear
Clears the DataSet of any data by removing all rows in all tables.
(Inherited from DataSet.)
Public methodClone (Overrides DataSetClone.)
Public methodCopy
Copies both the structure and data for this DataSet.
(Inherited from DataSet.)
Public methodCreateDataReader
Returns a DataTableReader with one result set per DataTable, in the same sequence as the tables appear in the Tables collection.
(Inherited from DataSet.)
Public methodCreateDataReader(DataTable)
Returns a DataTableReader with one result set per DataTable.
(Inherited from DataSet.)
Protected methodDeserializeDataSet (Inherited from DataSet.)
Public methodDispose
Releases all resources used by the MarshalByValueComponent.
(Inherited from MarshalByValueComponent.)
Protected methodEnableConstraints (Inherited from DataSet.)
Public methodEndInit
Ends the initialization of a DataSet that is used on a form or used by another component. The initialization occurs at run time.
(Inherited from DataSet.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodEstimatedXmlStringSize (Inherited from DataSet.)
Protected methodFailedEnableConstraints (Inherited from DataSet.)
Protected methodFindTable (Inherited from DataSet.)
Public methodGetChanges
Gets a copy of the DataSet that contains all changes made to it since it was loaded or since AcceptChanges was last called.
(Inherited from DataSet.)
Public methodGetChanges(DataRowState)
Gets a copy of the DataSet containing all changes made to it since it was last loaded, or since AcceptChanges was called, filtered by DataRowState.
(Inherited from DataSet.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData
Populates a serialization information object with the data needed to serialize the DataSet.
(Inherited from DataSet.)
Protected methodGetParentRelations (Inherited from DataSet.)
Protected methodGetRemotingDiffGram (Inherited from DataSet.)
Public methodGetService
Gets the implementer of the IServiceProvider.
(Inherited from MarshalByValueComponent.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetTypedDataSetSchema
Public methodGetXml
Returns the XML representation of the data stored in the DataSet.
(Inherited from DataSet.)
Public methodGetXmlSchema
Returns the XML Schema for the XML representation of the data stored in the DataSet.
(Inherited from DataSet.)
Protected methodGetXmlSchemaForRemoting (Inherited from DataSet.)
Public methodHasChanges
Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows.
(Inherited from DataSet.)
Public methodHasChanges(DataRowState)
Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows, filtered by DataRowState.
(Inherited from DataSet.)
Protected methodInferSchema (Inherited from DataSet.)
Public methodInferXmlSchema(XmlReader, String)
Applies the XML schema from the specified XmlReader to the DataSet.
(Inherited from DataSet.)
Public methodInferXmlSchema(Stream, String)
Applies the XML schema from the specified Stream to the DataSet.
(Inherited from DataSet.)
Public methodInferXmlSchema(TextReader, String)
Applies the XML schema from the specified TextReader to the DataSet.
(Inherited from DataSet.)
Public methodInferXmlSchema(String, String)
Applies the XML schema from the specified file to the DataSet.
(Inherited from DataSet.)
Protected methodInitVars
Protected methodInitVars(Boolean)
Public methodLoad(IDataReader, LoadOption, DataTable)
Fills a DataSet with values from a data source using the supplied IDataReader, using an array of DataTable instances to supply the schema and namespace information.
(Inherited from DataSet.)
Public methodLoad(IDataReader, LoadOption, String)
Fills a DataSet with values from a data source using the supplied IDataReader, using an array of strings to supply the names for the tables within the DataSet.
(Inherited from DataSet.)
Public methodLoad(IDataReader, LoadOption, FillErrorEventHandler, DataTable)
Fills a DataSet with values from a data source using the supplied IDataReader, using an array of DataTable instances to supply the schema and namespace information.
(Inherited from DataSet.)
Public methodMerge(DataSet)
Merges a specified DataSet and its schema into the current DataSet.
(Inherited from DataSet.)
Public methodMerge(DataTable)
Merges a specified DataTable and its schema into the current DataSet.
(Inherited from DataSet.)
Public methodMerge(DataRow)
Merges an array of DataRow objects into the current DataSet.
(Inherited from DataSet.)
Public methodMerge(DataSet, Boolean)
Merges a specified DataSet and its schema into the current DataSet, preserving or discarding any changes in this DataSet according to the given argument.
(Inherited from DataSet.)
Public methodMerge(DataSet, Boolean, MissingSchemaAction)
Merges a specified DataSet and its schema with the current DataSet, preserving or discarding changes in the current DataSet and handling an incompatible schema according to the given arguments.
(Inherited from DataSet.)
Public methodMerge(DataTable, Boolean, MissingSchemaAction)
Merges a specified DataTable and its schema into the current DataSet, preserving or discarding changes in the DataSet and handling an incompatible schema according to the given arguments.
(Inherited from DataSet.)
Public methodMerge(DataRow, Boolean, MissingSchemaAction)
Merges an array of DataRow objects into the current DataSet, preserving or discarding changes in the DataSet and handling an incompatible schema according to the given arguments.
(Inherited from DataSet.)
Protected methodMoveToElement (Inherited from DataSet.)
Protected methodOnClearFunctionCalled (Inherited from DataSet.)
Protected methodOnDataRowCreated (Inherited from DataSet.)
Protected methodOnMergeFailed (Inherited from DataSet.)
Protected methodOnRemovedTable (Inherited from DataSet.)
Protected methodOnRemoveRelationHack (Inherited from DataSet.)
Protected methodOnRemoveTable
Occurs when a DataTable is removed from a DataSet.
(Inherited from DataSet.)
Protected methodRaiseMergeFailed (Inherited from DataSet.)
Protected methodRaisePropertyChanging
Sends a notification that the specified DataSet property is about to change.
(Inherited from DataSet.)
Protected methodReadEndElement (Inherited from DataSet.)
Protected methodReadXDRSchema (Inherited from DataSet.)
Public methodReadXml(XmlReader)
Reads XML schema and data into the DataSet using the specified XmlReader.
(Inherited from DataSet.)
Public methodReadXml(Stream)
Reads XML schema and data into the DataSet using the specified Stream.
(Inherited from DataSet.)
Public methodReadXml(TextReader)
Reads XML schema and data into the DataSet using the specified TextReader.
(Inherited from DataSet.)
Public methodReadXml(String)
Reads XML schema and data into the DataSet using the specified file.
(Inherited from DataSet.)
Protected methodReadXml(XmlReader, Boolean) (Inherited from DataSet.)
Public methodReadXml(XmlReader, XmlReadMode)
Reads XML schema and data into the DataSet using the specified XmlReader and XmlReadMode.
(Inherited from DataSet.)
Public methodReadXml(Stream, XmlReadMode)
Reads XML schema and data into the DataSet using the specified Stream and XmlReadMode.
(Inherited from DataSet.)
Public methodReadXml(TextReader, XmlReadMode)
Reads XML schema and data into the DataSet using the specified TextReader and XmlReadMode.
(Inherited from DataSet.)
Public methodReadXml(String, XmlReadMode)
Reads XML schema and data into the DataSet using the specified file and XmlReadMode.
(Inherited from DataSet.)
Protected methodReadXml(XmlReader, XmlReadMode, Boolean) (Inherited from DataSet.)
Public methodReadXmlSchema(XmlReader)
Reads the XML schema from the specified XmlReader into the DataSet.
(Inherited from DataSet.)
Public methodReadXmlSchema(Stream)
Reads the XML schema from the specified Stream into the DataSet.
(Inherited from DataSet.)
Public methodReadXmlSchema(TextReader)
Reads the XML schema from the specified TextReader into the DataSet.
(Inherited from DataSet.)
Public methodReadXmlSchema(String)
Reads the XML schema from the specified file into the DataSet.
(Inherited from DataSet.)
Protected methodReadXmlSchema(XmlReader, Boolean) (Inherited from DataSet.)
Protected methodReadXSDSchema (Inherited from DataSet.)
Public methodRejectChanges
Rolls back all the changes made to the DataSet since it was created, or since the last time AcceptChanges was called.
(Inherited from DataSet.)
Public methodReset
Resets the DataSet to its original state. Subclasses should override Reset to restore a DataSet to its original state.
(Inherited from DataSet.)
Protected methodRestoreEnforceConstraints (Inherited from DataSet.)
Protected methodSetLocaleValue (Inherited from DataSet.)
Protected methodShouldSerializeLocale (Inherited from DataSet.)
Protected methodTopLevelTables (Inherited from DataSet.)
Protected methodTopLevelTables(Boolean) (Inherited from DataSet.)
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from MarshalByValueComponent.)
Protected methodValidateCaseConstraint (Inherited from DataSet.)
Protected methodValidateLocaleConstraint (Inherited from DataSet.)
Public methodWriteXml(Stream)
Writes the current data for the DataSet using the specified Stream.
(Inherited from DataSet.)
Public methodWriteXml(TextWriter)
Writes the current data for the DataSet using the specified TextWriter.
(Inherited from DataSet.)
Public methodWriteXml(XmlWriter)
Writes the current data for the DataSet to the specified XmlWriter.
(Inherited from DataSet.)
Public methodWriteXml(String)
Writes the current data for the DataSet to the specified file.
(Inherited from DataSet.)
Public methodWriteXml(Stream, XmlWriteMode)
Writes the current data, and optionally the schema, for the DataSet using the specified Stream and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema.
(Inherited from DataSet.)
Public methodWriteXml(TextWriter, XmlWriteMode)
Writes the current data, and optionally the schema, for the DataSet using the specified TextWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema.
(Inherited from DataSet.)
Public methodWriteXml(XmlWriter, XmlWriteMode)
Writes the current data, and optionally the schema, for the DataSet using the specified XmlWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema.
(Inherited from DataSet.)
Public methodWriteXml(String, XmlWriteMode)
Writes the current data, and optionally the schema, for the DataSet to the specified file using the specified XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema.
(Inherited from DataSet.)
Public methodWriteXmlSchema(Stream)
Writes the DataSet structure as an XML schema to the specified Stream object.
(Inherited from DataSet.)
Public methodWriteXmlSchema(String)
Writes the DataSet structure as an XML schema to a file.
(Inherited from DataSet.)
Public methodWriteXmlSchema(TextWriter)
Writes the DataSet structure as an XML schema to the specified TextWriter object.
(Inherited from DataSet.)
Public methodWriteXmlSchema(XmlWriter)
Writes the DataSet structure as an XML schema to an XmlWriter object.
(Inherited from DataSet.)
Public methodWriteXmlSchema(Stream, ConverterType, String)
Writes the DataSet structure as an XML schema to the specified Stream object.
(Inherited from DataSet.)
Public methodWriteXmlSchema(String, ConverterType, String)
Writes the DataSet structure as an XML schema to a file.
(Inherited from DataSet.)
Public methodWriteXmlSchema(TextWriter, ConverterType, String)
Writes the DataSet structure as an XML schema to the specified TextWriter.
(Inherited from DataSet.)
Public methodWriteXmlSchema(XmlWriter, ConverterType, String)
Writes the DataSet structure as an XML schema to the specified XmlWriter.
(Inherited from DataSet.)
Top
Fields
  NameDescription
Protected fieldextendedProperties (Inherited from DataSet.)
Protected fieldfEnableCascading (Inherited from DataSet.)
Protected fieldfInitInProgress (Inherited from DataSet.)
Protected fieldfInLoadDiffgram (Inherited from DataSet.)
Protected fieldfInReadXml (Inherited from DataSet.)
Protected fieldfIsSchemaLoading (Inherited from DataSet.)
Protected fieldfTopLevelTable (Inherited from DataSet.)
Protected fieldmainTableName (Inherited from DataSet.)
Protected fieldnamespaceURI (Inherited from DataSet.)
Protected fieldUdtIsWrapped (Inherited from DataSet.)
Protected fieldUseDataSetSchemaOnly (Inherited from DataSet.)
Top
Properties
  NameDescription
Public propertyAddressPoint
Public propertyCaseSensitive
Gets or sets a value indicating whether string comparisons within DataTable objects are case-sensitive.
(Inherited from DataSet.)
Public propertyContainer
Gets the container for the component.
(Inherited from MarshalByValueComponent.)
Public propertyDataSetName
Gets or sets the name of the current DataSet.
(Inherited from DataSet.)
Public propertyDefaultViewManager
Gets a custom view of the data contained in the DataSet to allow filtering, searching, and navigating using a custom DataViewManager.
(Inherited from DataSet.)
Public propertyDesignMode
Gets a value indicating whether the component is currently in design mode.
(Inherited from MarshalByValueComponent.)
Public propertyEnforceConstraints
Gets or sets a value indicating whether constraint rules are followed when attempting any update operation.
(Inherited from DataSet.)
Public propertyExtendedProperties
Gets the collection of customized user information associated with the DataSet.
(Inherited from DataSet.)
Protected propertyFBoundToDocument (Inherited from DataSet.)
Public propertyHasErrors
Gets a value indicating whether there are errors in any of the DataTable objects within this DataSet.
(Inherited from DataSet.)
Public propertyIsInitialized
Gets a value that indicates whether the DataSet is initialized.
(Inherited from DataSet.)
Public propertyLocale
Gets or sets the locale information used to compare strings within the table.
(Inherited from DataSet.)
Protected propertyMainTableName (Inherited from DataSet.)
Public propertyNamespace
Gets or sets the namespace of the DataSet.
(Inherited from DataSet.)
Protected propertyObjectID (Inherited from DataSet.)
Public propertyPrefix
Gets or sets an XML prefix that aliases the namespace of the DataSet.
(Inherited from DataSet.)
Public propertyRelations
Public propertyRemotingFormat
Gets or sets a SerializationFormat for the DataSet used during remoting.
(Inherited from DataSet.)
Public propertySchemaSerializationMode (Overrides DataSetSchemaSerializationMode.)
Public propertySite
Gets or sets an ISite for the DataSet.
(Inherited from DataSet.)
Public propertyTables
Top
Events
  NameDescription
Protected eventClearFunctionCalled (Inherited from DataSet.)
Protected eventDataRowCreated (Inherited from DataSet.)
Public eventDisposed
Adds an event handler to listen to the Disposed event on the component.
(Inherited from MarshalByValueComponent.)
Public eventInitialized
Occurs after the DataSet is initialized.
(Inherited from DataSet.)
Public eventMergeFailed
Occurs when a target and source DataRow have the same primary key value, and EnforceConstraints is set to true.
(Inherited from DataSet.)
Protected eventPropertyChanging (Inherited from DataSet.)
Top
See Also