Mono Class Library: Overview

System.Data.DataTable: Method Members

The methods of System.Data.DataTable are listed below. For a list of all members, see the DataTable Members list.

See Also: Inherited members from System.ComponentModel.MarshalByValueComponent

Public Methods

AcceptChanges()
Documentation for this section has not yet been entered.
BeginInit()
Documentation for this section has not yet been entered.
BeginLoadData()
Documentation for this section has not yet been entered.
Clear()
Documentation for this section has not yet been entered.
Clone() : DataTable
Documentation for this section has not yet been entered.
Compute(string, string) : object
Documentation for this section has not yet been entered.
Copy() : DataTable
Documentation for this section has not yet been entered.
CreateDataReader() : DataTableReader
Documentation for this section has not yet been entered.
EndInit()
Documentation for this section has not yet been entered.
EndLoadData()
Documentation for this section has not yet been entered.
GetChanges() : DataTable
Documentation for this section has not yet been entered.
GetChanges(DataRowState) : DataTable
Documentation for this section has not yet been entered.
static
GetDataTableSchema(System.Xml.Schema.XmlSchemaSet) : System.Xml.Schema.XmlSchemaComplexType
Documentation for this section has not yet been entered.
GetErrors() : DataRow[]
Documentation for this section has not yet been entered.
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Documentation for this section has not yet been entered.
ImportRow(DataRow)
Documentation for this section has not yet been entered.
Load(IDataReader)
Documentation for this section has not yet been entered.
Load(IDataReader, LoadOption)
Documentation for this section has not yet been entered.
Load(IDataReader, LoadOption, FillErrorEventHandler)
Documentation for this section has not yet been entered.
LoadDataRow(object[], bool) : DataRow
Documentation for this section has not yet been entered.
LoadDataRow(object[], LoadOption) : DataRow
Documentation for this section has not yet been entered.
Merge(DataTable)
Documentation for this section has not yet been entered.
Merge(DataTable, bool)
Documentation for this section has not yet been entered.
Merge(DataTable, bool, MissingSchemaAction)
Documentation for this section has not yet been entered.
NewRow() : DataRow
Documentation for this section has not yet been entered.
ReadXml(System.IO.Stream) : XmlReadMode
Documentation for this section has not yet been entered.
ReadXml(System.IO.TextReader) : XmlReadMode
Documentation for this section has not yet been entered.
ReadXml(string) : XmlReadMode
Documentation for this section has not yet been entered.
ReadXml(System.Xml.XmlReader) : XmlReadMode
Documentation for this section has not yet been entered.
ReadXml_internal(System.Xml.XmlReader, bool) : XmlReadMode
Documentation for this section has not yet been entered.
ReadXmlSchema(System.IO.Stream)
Documentation for this section has not yet been entered.
ReadXmlSchema(System.IO.TextReader)
Documentation for this section has not yet been entered.
ReadXmlSchema(string)
Documentation for this section has not yet been entered.
ReadXmlSchema(System.Xml.XmlReader)
Documentation for this section has not yet been entered.
RejectChanges()
Documentation for this section has not yet been entered.
Reset()
Documentation for this section has not yet been entered.
Select() : DataRow[]
Documentation for this section has not yet been entered.
Select(string) : DataRow[]
Documentation for this section has not yet been entered.
Select(string, string) : DataRow[]
Documentation for this section has not yet been entered.
Select(string, string, DataViewRowState) : DataRow[]
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
WriteXml(System.IO.Stream)
Documentation for this section has not yet been entered.
WriteXml(System.IO.TextWriter)
Documentation for this section has not yet been entered.
WriteXml(string)
Documentation for this section has not yet been entered.
WriteXml(System.Xml.XmlWriter)
Documentation for this section has not yet been entered.
WriteXml(System.IO.Stream, bool)
Documentation for this section has not yet been entered.
WriteXml(System.IO.Stream, XmlWriteMode)
Documentation for this section has not yet been entered.
WriteXml(System.IO.TextWriter, bool)
Documentation for this section has not yet been entered.
WriteXml(System.IO.TextWriter, XmlWriteMode)
Documentation for this section has not yet been entered.
WriteXml(string, bool)
Documentation for this section has not yet been entered.
WriteXml(string, XmlWriteMode)
Documentation for this section has not yet been entered.
WriteXml(System.Xml.XmlWriter, bool)
Documentation for this section has not yet been entered.
WriteXml(System.Xml.XmlWriter, XmlWriteMode)
Documentation for this section has not yet been entered.
WriteXml(System.IO.Stream, XmlWriteMode, bool)
Documentation for this section has not yet been entered.
WriteXml(System.IO.TextWriter, XmlWriteMode, bool)
Documentation for this section has not yet been entered.
WriteXml(string, XmlWriteMode, bool)
Documentation for this section has not yet been entered.
WriteXml(System.Xml.XmlWriter, XmlWriteMode, bool)
Documentation for this section has not yet been entered.
WriteXmlSchema(System.IO.Stream)
Documentation for this section has not yet been entered.
WriteXmlSchema(System.IO.TextWriter)
Documentation for this section has not yet been entered.
WriteXmlSchema(string)
Documentation for this section has not yet been entered.
WriteXmlSchema(System.Xml.XmlWriter)
Documentation for this section has not yet been entered.
WriteXmlSchema(System.IO.Stream, bool)
Documentation for this section has not yet been entered.
WriteXmlSchema(System.IO.TextWriter, bool)
Documentation for this section has not yet been entered.
WriteXmlSchema(string, bool)
Documentation for this section has not yet been entered.
WriteXmlSchema(System.Xml.XmlWriter, bool)
Documentation for this section has not yet been entered.

Protected Methods

CreateInstance() : DataTable
Documentation for this section has not yet been entered.
GetRowType() : Type
Documentation for this section has not yet been entered.
GetSchema() : System.Xml.Schema.XmlSchema
Documentation for this section has not yet been entered.
NewRowArray(int) : DataRow[]
Documentation for this section has not yet been entered.
NewRowFromBuilder(DataRowBuilder) : DataRow
Documentation for this section has not yet been entered.
OnColumnChanged(DataColumnChangeEventArgs)
Documentation for this section has not yet been entered.
OnColumnChanging(DataColumnChangeEventArgs)
Documentation for this section has not yet been entered.
OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs)
Documentation for this section has not yet been entered.
OnRemoveColumn(DataColumn)
Documentation for this section has not yet been entered.
OnRowChanged(DataRowChangeEventArgs)
Documentation for this section has not yet been entered.
OnRowChanging(DataRowChangeEventArgs)
Documentation for this section has not yet been entered.
OnRowDeleted(DataRowChangeEventArgs)
Documentation for this section has not yet been entered.
OnRowDeleting(DataRowChangeEventArgs)
Documentation for this section has not yet been entered.
OnTableCleared(DataTableClearEventArgs)
Documentation for this section has not yet been entered.
OnTableClearing(DataTableClearEventArgs)
Documentation for this section has not yet been entered.
OnTableNewRow(DataTableNewRowEventArgs)
Documentation for this section has not yet been entered.
ReadXmlSerializable(System.Xml.XmlReader)
Documentation for this section has not yet been entered.