Click or drag to resize

MicaContentDataSet_RelationsInfoDataTable Class

Represents the strongly named DataTable class.
Inheritance Hierarchy
SystemObject
  System.ComponentModelMarshalByValueComponent
    System.DataDataTable
      System.DataTypedTableBaseMicaContentDataSet_RelationsInfoRow
        MicaSystems.Utils.DataSetMicaContentDataSet_RelationsInfoDataTable

Namespace:  MicaSystems.Utils.DataSet
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
[SerializableAttribute]
[XmlSchemaProviderAttribute("GetTypedTableSchema")]
public class _RelationsInfoDataTable : TypedTableBase<MicaContentDataSet_RelationsInfoRow>

The MicaContentDataSet_RelationsInfoDataTable type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCaseSensitive
Indicates whether string comparisons within the table are case-sensitive.
(Inherited from DataTable.)
Public propertyChildRelations
Gets the collection of child relations for this DataTable.
(Inherited from DataTable.)
Public propertyColumns
Gets the collection of columns that belong to this table.
(Inherited from DataTable.)
Public propertyConstraints
Gets the collection of constraints maintained by this table.
(Inherited from DataTable.)
Public propertyContainer
Gets the container for the component.
(Inherited from MarshalByValueComponent.)
Public propertyCount
Public propertyDataSet
Gets the DataSet to which this table belongs.
(Inherited from DataTable.)
Public propertyDefaultView
Gets a customized view of the table that may include a filtered view, or a cursor position.
(Inherited from DataTable.)
Public propertyDesignMode
Gets a value indicating whether the component is currently in design mode.
(Inherited from MarshalByValueComponent.)
Public propertyDisplayExpression
Gets or sets the expression that returns a value used to represent this table in the user interface. The DisplayExpression property lets you display the name of this table in a user interface.
(Inherited from DataTable.)
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.
(Inherited from DataTable.)
Public propertyGuidColumn
Public propertyHasErrors
Gets a value indicating whether there are errors in any of the rows in any of the tables of the DataSet to which the table belongs.
(Inherited from DataTable.)
Public propertyIsInitialized
Gets a value that indicates whether the DataTable is initialized.
(Inherited from DataTable.)
Public propertyItem
Public propertyLocale
Gets or sets the locale information used to compare strings within the table.
(Inherited from DataTable.)
Public propertyMinimumCapacity
Gets or sets the initial starting size for this table.
(Inherited from DataTable.)
Public propertyNameColumn
Public propertyNamespace
Gets or sets the namespace for the XML representation of the data stored in the DataTable.
(Inherited from DataTable.)
Public propertyParentRelations
Gets the collection of parent relations for this DataTable.
(Inherited from DataTable.)
Public propertyPrefix
Gets or sets the namespace for the XML representation of the data stored in the DataTable.
(Inherited from DataTable.)
Public propertyPrimaryKey
Gets or sets an array of columns that function as primary keys for the data table.
(Inherited from DataTable.)
Public propertyRemotingFormat
Gets or sets the serialization format.
(Inherited from DataTable.)
Public propertyRows
Gets the collection of rows that belong to this table.
(Inherited from DataTable.)
Public propertySide1ConstraintNameColumn
Public propertySide1ContentTypeGuidColumn
Public propertySide2ConstraintNameColumn
Public propertySide2ContentTypeGuidColumn
Public propertySite
Gets or sets an ISite for the DataTable.
(Inherited from DataTable.)
Public propertyTableName
Gets or sets the name of the DataTable.
(Inherited from DataTable.)
Top
Methods
  NameDescription
Public methodAcceptChanges
Commits all the changes made to this table since the last time AcceptChanges was called.
(Inherited from DataTable.)
Public methodAdd_RelationsInfoRow(MicaContentDataSet_RelationsInfoRow)
Public methodAdd_RelationsInfoRow(Guid, String, String, String, MicaContentDataSet_ContentTypesInfoRow, MicaContentDataSet_ContentTypesInfoRow)
Public methodBeginInit
Begins the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at run time.
(Inherited from DataTable.)
Public methodBeginLoadData
Turns off notifications, index maintenance, and constraints while loading data.
(Inherited from DataTable.)
Public methodCastTResult
Converts the elements of an TypedTableBaseT to the specified type. This method supports typed DataTable object generation by Visual Studio and the XSD.exe .NET Framework tool. This method is not intended to be used directly from your code.
(Inherited from TypedTableBaseMicaContentDataSet_RelationsInfoRow.)
Public methodClear
Clears the DataTable of all data.
(Inherited from DataTable.)
Public methodClone (Overrides DataTableClone.)
Public methodCompute
Computes the given expression on the current rows that pass the filter criteria.
(Inherited from DataTable.)
Public methodCopy
Copies both the structure and data for this DataTable.
(Inherited from DataTable.)
Public methodCreateDataReader
Returns a DataTableReader corresponding to the data within this DataTable.
(Inherited from DataTable.)
Protected methodCreateInstance (Overrides DataTableCreateInstance.)
Public methodDispose
Releases all resources used by the MarshalByValueComponent.
(Inherited from MarshalByValueComponent.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the MarshalByValueComponent and optionally releases the managed resources.
(Inherited from MarshalByValueComponent.)
Public methodEndInit
Ends the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at run time.
(Inherited from DataTable.)
Public methodEndLoadData
Turns on notifications, index maintenance, and constraints after loading data.
(Inherited from DataTable.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from MarshalByValueComponent.)
Public methodFindByGuid
Public methodGetChanges
Gets a copy of the DataTable that contains all changes made to it since it was loaded or AcceptChanges was last called.
(Inherited from DataTable.)
Public methodGetChanges(DataRowState)
Gets a copy of the DataTable containing all changes made to it since it was last loaded, or since AcceptChanges was called, filtered by DataRowState.
(Inherited from DataTable.)
Public methodGetEnumerator
Returns an enumerator for the typed-DataRow. This method supports typed-DataTable object generation by Visual Studio and the XSD.exe .NET Framework tool. This method is not intended to be used directly from your code.
(Inherited from TypedTableBaseMicaContentDataSet_RelationsInfoRow.)
Public methodGetErrors
Gets an array of DataRow objects that contain errors.
(Inherited from DataTable.)
Public methodGetObjectData
Populates a serialization information object with the data needed to serialize the DataTable.
(Inherited from DataTable.)
Protected methodGetRowType (Overrides DataTableGetRowType.)
Protected methodGetSchema (Inherited from DataTable.)
Public methodGetService
Gets the implementer of the IServiceProvider.
(Inherited from MarshalByValueComponent.)
Public methodStatic memberGetTypedTableSchema
Public methodImportRow
Copies a DataRow into a DataTable, preserving any property settings, as well as original and current values.
(Inherited from DataTable.)
Public methodLoad(IDataReader)
Fills a DataTable with values from a data source using the supplied IDataReader. If the DataTable already contains rows, the incoming data from the data source is merged with the existing rows.
(Inherited from DataTable.)
Public methodLoad(IDataReader, LoadOption)
Fills a DataTable with values from a data source using the supplied IDataReader. If the DataTable already contains rows, the incoming data from the data source is merged with the existing rows according to the value of the loadOption parameter.
(Inherited from DataTable.)
Public methodLoad(IDataReader, LoadOption, FillErrorEventHandler)
Fills a DataTable with values from a data source using the supplied IDataReader using an error-handling delegate.
(Inherited from DataTable.)
Public methodLoadDataRow(Object, Boolean)
Finds and updates a specific row. If no matching row is found, a new row is created using the given values.
(Inherited from DataTable.)
Public methodLoadDataRow(Object, LoadOption)
Finds and updates a specific row. If no matching row is found, a new row is created using the given values.
(Inherited from DataTable.)
Public methodMerge(DataTable)
Merge the specified DataTable with the current DataTable.
(Inherited from DataTable.)
Public methodMerge(DataTable, Boolean)
Merge the specified DataTable with the current DataTable, indicating whether to preserve changes in the current DataTable.
(Inherited from DataTable.)
Public methodMerge(DataTable, Boolean, MissingSchemaAction)
Merge the specified DataTable with the current DataTable, indicating whether to preserve changes and how to handle missing schema in the current DataTable.
(Inherited from DataTable.)
Public methodNew_RelationsInfoRow
Public methodNewRow
Creates a new DataRow with the same schema as the table.
(Inherited from DataTable.)
Protected methodNewRowArray
Returns an array of DataRow.
(Inherited from DataTable.)
Protected methodNewRowFromBuilder (Overrides DataTableNewRowFromBuilder(DataRowBuilder).)
Protected methodOnColumnChanged
Raises the ColumnChanged event.
(Inherited from DataTable.)
Protected methodOnColumnChanging
Raises the ColumnChanging event.
(Inherited from DataTable.)
Protected methodOnPropertyChanging
Raises the PropertyChanged event.
(Inherited from DataTable.)
Protected methodOnRemoveColumn
Notifies the DataTable that a DataColumn is being removed.
(Inherited from DataTable.)
Protected methodOnRowChanged (Overrides DataTableOnRowChanged(DataRowChangeEventArgs).)
Protected methodOnRowChanging (Overrides DataTableOnRowChanging(DataRowChangeEventArgs).)
Protected methodOnRowDeleted (Overrides DataTableOnRowDeleted(DataRowChangeEventArgs).)
Protected methodOnRowDeleting (Overrides DataTableOnRowDeleting(DataRowChangeEventArgs).)
Protected methodOnTableCleared
Raises the TableCleared event.
(Inherited from DataTable.)
Protected methodOnTableClearing
Raises the TableClearing event.
(Inherited from DataTable.)
Protected methodOnTableNewRow
Raises the TableNewRow event.
(Inherited from DataTable.)
Public methodReadXml(Stream)
Reads XML schema and data into the DataTable using the specified Stream.
(Inherited from DataTable.)
Public methodReadXml(TextReader)
Reads XML schema and data into the DataTable using the specified TextReader.
(Inherited from DataTable.)
Public methodReadXml(String)
Reads XML schema and data into the DataTable from the specified file.
(Inherited from DataTable.)
Public methodReadXml(XmlReader)
Reads XML Schema and Data into the DataTable using the specified XmlReader.
(Inherited from DataTable.)
Public methodReadXmlSchema(Stream)
Reads an XML schema into the DataTable using the specified stream.
(Inherited from DataTable.)
Public methodReadXmlSchema(TextReader)
Reads an XML schema into the DataTable using the specified TextReader.
(Inherited from DataTable.)
Public methodReadXmlSchema(String)
Reads an XML schema into the DataTable from the specified file.
(Inherited from DataTable.)
Public methodReadXmlSchema(XmlReader)
Reads an XML schema into the DataTable using the specified XmlReader.
(Inherited from DataTable.)
Protected methodReadXmlSerializable
Reads from an XML stream.
(Inherited from DataTable.)
Public methodRejectChanges
Rolls back all changes that have been made to the table since it was loaded, or the last time AcceptChanges was called.
(Inherited from DataTable.)
Public methodRemove_RelationsInfoRow
Public methodReset
Resets the DataTable to its original state. Reset removes all data, indexes, relations, and columns of the table. If a DataSet includes a DataTable, the table will still be part of the DataSet after the table is reset.
(Inherited from DataTable.)
Public methodSelect
Gets an array of all DataRow objects.
(Inherited from DataTable.)
Public methodSelect(String)
Gets an array of all DataRow objects that match the filter criteria.
(Inherited from DataTable.)
Public methodSelect(String, String)
Gets an array of all DataRow objects that match the filter criteria, in the specified sort order.
(Inherited from DataTable.)
Public methodSelect(String, String, DataViewRowState)
Gets an array of all DataRow objects that match the filter in the order of the sort that match the specified state.
(Inherited from DataTable.)
Public methodToString
Gets the TableName and DisplayExpression, if there is one as a concatenated string.
(Inherited from DataTable.)
Public methodWriteXml(Stream)
Writes the current contents of the DataTable as XML using the specified Stream.
(Inherited from DataTable.)
Public methodWriteXml(TextWriter)
Writes the current contents of the DataTable as XML using the specified TextWriter.
(Inherited from DataTable.)
Public methodWriteXml(XmlWriter)
Writes the current contents of the DataTable as XML using the specified XmlWriter.
(Inherited from DataTable.)
Public methodWriteXml(String)
Writes the current contents of the DataTable as XML using the specified file.
(Inherited from DataTable.)
Public methodWriteXml(Stream, Boolean)
Writes the current contents of the DataTable as XML using the specified Stream. To save the data for the table and all its descendants, set the writeHierarchy parameter to .
(Inherited from DataTable.)
Public methodWriteXml(TextWriter, Boolean)
Writes the current contents of the DataTable as XML using the specified TextWriter. To save the data for the table and all its descendants, set the writeHierarchy parameter to .
(Inherited from DataTable.)
Public methodWriteXml(XmlWriter, Boolean)
Writes the current contents of the DataTable as XML using the specified XmlWriter.
(Inherited from DataTable.)
Public methodWriteXml(String, Boolean)
Writes the current contents of the DataTable as XML using the specified file. To save the data for the table and all its descendants, set the writeHierarchy parameter to .
(Inherited from DataTable.)
Public methodWriteXml(Stream, XmlWriteMode)
Writes the current data, and optionally the schema, for the DataTable to the specified file using the specified XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema.
(Inherited from DataTable.)
Public methodWriteXml(TextWriter, XmlWriteMode)
Writes the current data, and optionally the schema, for the DataTable using the specified TextWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema.
(Inherited from DataTable.)
Public methodWriteXml(XmlWriter, XmlWriteMode)
Writes the current data, and optionally the schema, for the DataTable using the specified XmlWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema.
(Inherited from DataTable.)
Public methodWriteXml(String, XmlWriteMode)
Writes the current data, and optionally the schema, for the DataTable using the specified file and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema.
(Inherited from DataTable.)
Public methodWriteXml(Stream, XmlWriteMode, Boolean)
Writes the current data, and optionally the schema, for the DataTable to the specified file using the specified XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. To save the data for the table and all its descendants, set the writeHierarchy parameter to .
(Inherited from DataTable.)
Public methodWriteXml(TextWriter, XmlWriteMode, Boolean)
Writes the current data, and optionally the schema, for the DataTable using the specified TextWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. To save the data for the table and all its descendants, set the writeHierarchy parameter to .
(Inherited from DataTable.)
Public methodWriteXml(XmlWriter, XmlWriteMode, Boolean)
Writes the current data, and optionally the schema, for the DataTable using the specified XmlWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. To save the data for the table and all its descendants, set the writeHierarchy parameter to .
(Inherited from DataTable.)
Public methodWriteXml(String, XmlWriteMode, Boolean)
Writes the current data, and optionally the schema, for the DataTable using the specified file and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema. To save the data for the table and all its descendants, set the writeHierarchy parameter to .
(Inherited from DataTable.)
Public methodWriteXmlSchema(Stream)
Writes the current data structure of the DataTable as an XML schema to the specified stream.
(Inherited from DataTable.)
Public methodWriteXmlSchema(TextWriter)
Writes the current data structure of the DataTable as an XML schema using the specified TextWriter.
(Inherited from DataTable.)
Public methodWriteXmlSchema(XmlWriter)
Writes the current data structure of the DataTable as an XML schema using the specified XmlWriter.
(Inherited from DataTable.)
Public methodWriteXmlSchema(String)
Writes the current data structure of the DataTable as an XML schema to the specified file.
(Inherited from DataTable.)
Public methodWriteXmlSchema(Stream, Boolean)
Writes the current data structure of the DataTable as an XML schema to the specified stream. To save the schema for the table and all its descendants, set the writeHierarchy parameter to .
(Inherited from DataTable.)
Public methodWriteXmlSchema(TextWriter, Boolean)
Writes the current data structure of the DataTable as an XML schema using the specified TextWriter. To save the schema for the table and all its descendants, set the writeHierarchy parameter to .
(Inherited from DataTable.)
Public methodWriteXmlSchema(XmlWriter, Boolean)
Writes the current data structure of the DataTable as an XML schema using the specified XmlWriter. To save the schema for the table and all its descendants, set the writeHierarchy parameter to .
(Inherited from DataTable.)
Public methodWriteXmlSchema(String, Boolean)
Writes the current data structure of the DataTable as an XML schema to the specified file. To save the schema for the table and all its descendants, set the writeHierarchy parameter to .
(Inherited from DataTable.)
Top
Events
  NameDescription
Public event_RelationsInfoRowChanged
Public event_RelationsInfoRowChanging
Public event_RelationsInfoRowDeleted
Public event_RelationsInfoRowDeleting
Public eventColumnChanged
Occurs after a value has been changed for the specified DataColumn in a DataRow.
(Inherited from DataTable.)
Public eventColumnChanging
Occurs when a value is being changed for the specified DataColumn in a DataRow.
(Inherited from DataTable.)
Public eventDisposed
Adds an event handler to listen to the Disposed event on the component.
(Inherited from MarshalByValueComponent.)
Public eventInitialized
Occurs after the DataTable is initialized.
(Inherited from DataTable.)
Public eventRowChanged
Occurs after a DataRow has been changed successfully.
(Inherited from DataTable.)
Public eventRowChanging
Occurs when a DataRow is changing.
(Inherited from DataTable.)
Public eventRowDeleted
Occurs after a row in the table has been deleted.
(Inherited from DataTable.)
Public eventRowDeleting
Occurs before a row in the table is about to be deleted.
(Inherited from DataTable.)
Public eventTableCleared
Occurs after a DataTable is cleared.
(Inherited from DataTable.)
Public eventTableClearing
Occurs when a DataTable is cleared.
(Inherited from DataTable.)
Public eventTableNewRow
Occurs when a new DataRow is inserted.
(Inherited from DataTable.)
Top
Fields
  NameDescription
Protected fieldfInitInProgress
Checks whether initialization is in progress. The initialization occurs at run time.
(Inherited from DataTable.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsT
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.)
Public Extension MethodEqualsAll
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.)
Public Extension MethodEqualsAny
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.)
Public Extension MethodGetString
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.)
Public Extension MethodIsGenericListOverloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.)
Public Extension MethodIsGenericList(Type)Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.)
Public Extension MethodSerializeOverloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerialize(String)Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerializeJsonOverloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(ListType)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(DataContractJsonSerializerSettings)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Top
See Also