Click or drag to resize

MicaContentDataSet Properties

The MicaContentDataSet type exposes the following members.

Properties
  NameDescription
Public property_ColumnsInfo
Public property_ContentTypesInfo
Public property_ModelVersionInfo
Public property_RelationsInfo
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.)
Protected propertyEvents
Gets the list of event handlers that are attached to this component.
(Inherited from MarshalByValueComponent.)
Public propertyExtendedProperties
Gets the collection of customized user information associated with the DataSet.
(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.)
Public propertyNamespace
Gets or sets the namespace of the DataSet.
(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
See Also