public class DataTable extends MarshalByValueComponent
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.DataTable
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data
|
static java.lang.String |
className
Qualified class name: System.Data.DataTable
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataTable() |
DataTable(java.lang.Object instance)
Internal constructor.
|
DataTable(java.lang.String tableName) |
DataTable(java.lang.String tableName,
java.lang.String tableNamespace) |
addDisposed, close, Dispose, getContainer, getDesignMode, GetService, getSite, removeDisposed, setSitepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataTable()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException
public DataTable(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic DataTable(java.lang.String tableName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public DataTable(java.lang.String tableName,
java.lang.String tableNamespace)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
CultureNotFoundException,
NotSupportedException
public void AcceptChanges()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
DataException,
InvalidCastException
public void addColumnChanged(DataColumnChangeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addColumnChanging(DataColumnChangeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addInitialized(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addRowChanged(DataRowChangeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addRowChanging(DataRowChangeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addRowDeleted(DataRowChangeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addRowDeleting(DataRowChangeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addTableCleared(DataTableClearEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addTableClearing(DataTableClearEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addTableNewRow(DataTableNewRowEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void BeginInit()
throws java.lang.Throwable
java.lang.Throwablepublic void BeginLoadData()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
SqlNullValueException
public static DataTable cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataTable, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataTable instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
DataException,
SqlNullValueException,
OverflowException,
InvalidCastException
public DataTable Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, IndexOutOfRangeException, DataException, KeyNotFoundException, NullReferenceException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionDataExceptionKeyNotFoundExceptionNullReferenceExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic NetObject Compute(java.lang.String expression, java.lang.String filter) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, NotSupportedException, DataException, InvalidCastException, SqlNullValueException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionNotSupportedExceptionDataExceptionInvalidCastExceptionSqlNullValueExceptionpublic DataTable Copy() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, DataException, OverflowException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionDataExceptionOverflowExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic DataTableReader CreateDataReader() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionpublic void EndInit()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
KeyNotFoundException,
DataException,
OverflowException,
FormatException,
InvalidCastException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionKeyNotFoundExceptionDataExceptionOverflowExceptionFormatExceptionInvalidCastExceptionMulticastNotSupportedExceptionpublic void EndLoadData()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
KeyNotFoundException,
ArgumentException,
InvalidOperationException,
FormatException,
NotSupportedException,
IndexOutOfRangeException,
SqlNullValueException
public boolean getCaseSensitive()
throws java.lang.Throwable
java.lang.Throwablepublic DataTable GetChanges() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, DataException, OverflowException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionDataExceptionOverflowExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic DataTable GetChanges(DataRowState rowStates) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, DataException, OverflowException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionDataExceptionOverflowExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic DataRelationCollection getChildRelations() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
public DataColumnCollection getColumns() throws java.lang.Throwable
java.lang.Throwablepublic ConstraintCollection getConstraints() throws java.lang.Throwable
java.lang.Throwablepublic DataSet getDataSet() throws java.lang.Throwable
java.lang.Throwablepublic static XmlSchemaComplexType GetDataTableSchema(XmlSchemaSet schemaSet) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XmlSchemaException
public DataView getDefaultView() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, NotSupportedException
public java.lang.String getDisplayExpression()
throws java.lang.Throwable
java.lang.Throwablepublic DataRow[] GetErrors() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException
public PropertyCollection getExtendedProperties() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionpublic boolean getHasErrors()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public boolean getIsInitialized()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class MarshalByValueComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class MarshalByValueComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class MarshalByValueComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class MarshalByValueComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class MarshalByValueComponentJCType representing the CLR Type of the instantiated Classpublic CultureInfo getLocale() throws java.lang.Throwable
java.lang.Throwablepublic int getMinimumCapacity()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getNamespace()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public void GetObjectData(SerializationInfo info, StreamingContext context) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, SerializationException, ArgumentException, InvalidOperationException, MissingManifestResourceException, FormatException, DataException, OutOfMemoryException, OverflowException, SqlNullValueException, SqlTruncateException, InvalidCastException, CultureNotFoundException, NotSupportedException, KeyNotFoundException, NotImplementedException, IndexOutOfRangeException, ObjectDisposedException, RankException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionSerializationExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionFormatExceptionDataExceptionOutOfMemoryExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionInvalidCastExceptionCultureNotFoundExceptionNotSupportedExceptionKeyNotFoundExceptionNotImplementedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionRankExceptionpublic DataRelationCollection getParentRelations() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
public java.lang.String getPrefix()
throws java.lang.Throwable
java.lang.Throwablepublic final DataColumn[] getPrimaryKey() throws java.lang.Throwable
java.lang.Throwablepublic SerializationFormat getRemotingFormat() throws java.lang.Throwable
java.lang.Throwablepublic DataRowCollection getRows() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTableName()
throws java.lang.Throwable
java.lang.Throwablepublic void ImportRow(DataRow row) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotSupportedException, CultureNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionCultureNotFoundExceptionpublic void Load(IDataReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, MulticastNotSupportedException, NotSupportedException, SqlNullValueException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionNotSupportedExceptionSqlNullValueExceptionpublic void Load(IDataReader reader, LoadOption loadOption) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, MulticastNotSupportedException, NotSupportedException, SqlNullValueException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionNotSupportedExceptionSqlNullValueExceptionpublic void Load(IDataReader reader, LoadOption loadOption, FillErrorEventHandler errorHandler) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, MulticastNotSupportedException, NotSupportedException, SqlNullValueException, XmlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionMulticastNotSupportedExceptionNotSupportedExceptionSqlNullValueExceptionXmlExceptionpublic DataRow LoadDataRow(NetObject[] values, boolean fAcceptChanges) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, DataException
public DataRow LoadDataRow(NetObject[] values, LoadOption loadOption) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, DataException, FormatException, InvalidCastException, IndexOutOfRangeException
public void Merge(DataTable table) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SqlNullValueException, DataException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionSqlNullValueExceptionDataExceptionpublic void Merge(DataTable table, boolean preserveChanges) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SqlNullValueException, DataException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionSqlNullValueExceptionDataExceptionpublic void Merge(DataTable table, boolean preserveChanges, MissingSchemaAction missingSchemaAction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, NotSupportedException, SqlNullValueException, OverflowException, DataException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionSqlNullValueExceptionOverflowExceptionDataExceptionpublic DataRow NewRow() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentException, NotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentExceptionNotSupportedExceptionpublic XmlReadMode ReadXml(Stream stream) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, SqlNullValueException, XmlException, OverflowException, DataException, NullReferenceException, FormatException, XmlSchemaInferenceException, XmlSchemaException, RankException
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionSqlNullValueExceptionXmlExceptionOverflowExceptionDataExceptionNullReferenceExceptionFormatExceptionXmlSchemaInferenceExceptionXmlSchemaExceptionRankExceptionpublic XmlReadMode ReadXml(java.lang.String fileName) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, CultureNotFoundException, MissingManifestResourceException, UriFormatException, PathTooLongException, OutOfMemoryException, SqlNullValueException, XmlException, OverflowException, DataException, NullReferenceException, FormatException, XmlSchemaInferenceException, XmlSchemaException, RankException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCultureNotFoundExceptionMissingManifestResourceExceptionUriFormatExceptionPathTooLongExceptionOutOfMemoryExceptionSqlNullValueExceptionXmlExceptionOverflowExceptionDataExceptionNullReferenceExceptionFormatExceptionXmlSchemaInferenceExceptionXmlSchemaExceptionRankExceptionpublic XmlReadMode ReadXml(TextReader reader) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, SqlNullValueException, XmlException, OverflowException, DataException, NullReferenceException, FormatException, XmlSchemaInferenceException, XmlSchemaException, RankException
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionSqlNullValueExceptionXmlExceptionOverflowExceptionDataExceptionNullReferenceExceptionFormatExceptionXmlSchemaInferenceExceptionXmlSchemaExceptionRankExceptionpublic XmlReadMode ReadXml(XmlReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, SqlNullValueException, NotImplementedException, InvalidOperationException, XmlException, OverflowException, DataException, ObjectDisposedException, NullReferenceException, FormatException, IndexOutOfRangeException, XmlSchemaInferenceException, XmlSchemaException, RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionSqlNullValueExceptionNotImplementedExceptionInvalidOperationExceptionXmlExceptionOverflowExceptionDataExceptionObjectDisposedExceptionNullReferenceExceptionFormatExceptionIndexOutOfRangeExceptionXmlSchemaInferenceExceptionXmlSchemaExceptionRankExceptionpublic void ReadXmlSchema(Stream stream) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, XmlException, FormatException, OverflowException, CultureNotFoundException, SqlNullValueException, SqlTypeException, XmlSchemaException, RankException, InvalidCastException, XmlSchemaInferenceException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionXmlExceptionFormatExceptionOverflowExceptionCultureNotFoundExceptionSqlNullValueExceptionSqlTypeExceptionXmlSchemaExceptionRankExceptionInvalidCastExceptionXmlSchemaInferenceExceptionMissingMethodExceptionTargetInvocationExceptionpublic void ReadXmlSchema(java.lang.String fileName)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
NotImplementedException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
ArgumentNullException,
ArgumentOutOfRangeException,
SecurityException,
UnauthorizedAccessException,
IOException,
CultureNotFoundException,
MissingManifestResourceException,
UriFormatException,
PathTooLongException,
OutOfMemoryException,
XmlException,
FormatException,
OverflowException,
SqlNullValueException,
SqlTypeException,
XmlSchemaException,
RankException,
InvalidCastException,
XmlSchemaInferenceException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCultureNotFoundExceptionMissingManifestResourceExceptionUriFormatExceptionPathTooLongExceptionOutOfMemoryExceptionXmlExceptionFormatExceptionOverflowExceptionSqlNullValueExceptionSqlTypeExceptionXmlSchemaExceptionRankExceptionInvalidCastExceptionXmlSchemaInferenceExceptionpublic void ReadXmlSchema(TextReader reader) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, XmlException, FormatException, OverflowException, CultureNotFoundException, SqlNullValueException, SqlTypeException, XmlSchemaException, RankException, InvalidCastException, XmlSchemaInferenceException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionXmlExceptionFormatExceptionOverflowExceptionCultureNotFoundExceptionSqlNullValueExceptionSqlTypeExceptionXmlSchemaExceptionRankExceptionInvalidCastExceptionXmlSchemaInferenceExceptionMissingMethodExceptionTargetInvocationExceptionpublic void ReadXmlSchema(XmlReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException, FormatException, OverflowException, IndexOutOfRangeException, CultureNotFoundException, SqlNullValueException, SqlTypeException, XmlSchemaException, NotSupportedException, RankException, InvalidCastException, XmlSchemaInferenceException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionXmlExceptionFormatExceptionOverflowExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionSqlNullValueExceptionSqlTypeExceptionXmlSchemaExceptionNotSupportedExceptionRankExceptionInvalidCastExceptionXmlSchemaInferenceExceptionMissingMethodExceptionTargetInvocationExceptionpublic void RejectChanges()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void removeColumnChanged(DataColumnChangeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeColumnChanging(DataColumnChangeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeInitialized(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeRowChanged(DataRowChangeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeRowChanging(DataRowChangeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeRowDeleted(DataRowChangeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeRowDeleting(DataRowChangeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeTableCleared(DataTableClearEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeTableClearing(DataTableClearEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeTableNewRow(DataTableNewRowEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void Reset()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
DataException,
FormatException,
InvalidCastException,
CultureNotFoundException,
NotSupportedException,
RankException,
KeyNotFoundException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionDataExceptionFormatExceptionInvalidCastExceptionCultureNotFoundExceptionNotSupportedExceptionRankExceptionKeyNotFoundExceptionOverflowExceptionpublic DataRow[] Select() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, NotSupportedException, DataException, SqlNullValueException, OverflowException, InvalidCastException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCultureNotFoundExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionNotSupportedExceptionDataExceptionSqlNullValueExceptionOverflowExceptionInvalidCastExceptionpublic DataRow[] Select(java.lang.String filterExpression) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, NotSupportedException, DataException, SqlNullValueException, OverflowException, InvalidCastException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCultureNotFoundExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionNotSupportedExceptionDataExceptionSqlNullValueExceptionOverflowExceptionInvalidCastExceptionpublic DataRow[] Select(java.lang.String filterExpression, java.lang.String sort) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, NotSupportedException, DataException, SqlNullValueException, OverflowException, InvalidCastException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCultureNotFoundExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionNotSupportedExceptionDataExceptionSqlNullValueExceptionOverflowExceptionInvalidCastExceptionpublic DataRow[] Select(java.lang.String filterExpression, java.lang.String sort, DataViewRowState recordStates) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, NotSupportedException, DataException, SqlNullValueException, OverflowException, InvalidCastException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCultureNotFoundExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionNotSupportedExceptionDataExceptionSqlNullValueExceptionOverflowExceptionInvalidCastExceptionpublic void setCaseSensitive(boolean CaseSensitive)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public void setDisplayExpression(java.lang.String DisplayExpression)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
FormatException,
NotSupportedException,
NullReferenceException
public void setJCOInstance(JCObject instance)
setJCOInstance in class MarshalByValueComponentpublic void setLocale(CultureInfo Locale) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException
public void setMinimumCapacity(int MinimumCapacity)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException
public void setNamespace(java.lang.String Namespace)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
CultureNotFoundException,
NotSupportedException
public void setPrefix(java.lang.String Prefix)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
OutOfMemoryException,
IndexOutOfRangeException,
MissingManifestResourceException,
NullReferenceException,
ObjectDisposedException,
RankException,
NotSupportedException,
SecurityException,
NotImplementedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionNullReferenceExceptionObjectDisposedExceptionRankExceptionNotSupportedExceptionSecurityExceptionNotImplementedExceptionFormatExceptionpublic void setPrimaryKey(DataColumn[] PrimaryKey) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, RankException
public void setRemotingFormat(SerializationFormat RemotingFormat) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
public void setTableName(java.lang.String TableName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ArgumentException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
NotSupportedException,
CultureNotFoundException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
MissingManifestResourceException,
FormatException,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionFormatExceptionKeyNotFoundExceptionpublic void WriteXml(Stream stream) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, OutOfMemoryException, KeyNotFoundException, RankException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionOutOfMemoryExceptionKeyNotFoundExceptionRankExceptionpublic void WriteXml(Stream stream, boolean writeHierarchy) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, OutOfMemoryException, KeyNotFoundException, RankException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionOutOfMemoryExceptionKeyNotFoundExceptionRankExceptionpublic void WriteXml(Stream stream, XmlWriteMode mode) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, OutOfMemoryException, KeyNotFoundException, RankException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionOutOfMemoryExceptionKeyNotFoundExceptionRankExceptionpublic void WriteXml(Stream stream, XmlWriteMode mode, boolean writeHierarchy) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, KeyNotFoundException, RankException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionCultureNotFoundExceptionMissingManifestResourceExceptionOutOfMemoryExceptionKeyNotFoundExceptionRankExceptionpublic void WriteXml(java.lang.String fileName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException,
InvalidOperationException,
NullReferenceException,
SecurityException,
NotImplementedException,
IndexOutOfRangeException,
ObjectDisposedException,
MissingManifestResourceException,
OutOfMemoryException,
KeyNotFoundException,
RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionNotImplementedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionOutOfMemoryExceptionKeyNotFoundExceptionRankExceptionpublic void WriteXml(java.lang.String fileName,
boolean writeHierarchy)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException,
InvalidOperationException,
NullReferenceException,
SecurityException,
NotImplementedException,
IndexOutOfRangeException,
ObjectDisposedException,
MissingManifestResourceException,
OutOfMemoryException,
KeyNotFoundException,
RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionNotImplementedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionOutOfMemoryExceptionKeyNotFoundExceptionRankExceptionpublic void WriteXml(java.lang.String fileName,
XmlWriteMode mode)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException,
InvalidOperationException,
NullReferenceException,
SecurityException,
NotImplementedException,
IndexOutOfRangeException,
ObjectDisposedException,
MissingManifestResourceException,
OutOfMemoryException,
KeyNotFoundException,
RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionNotImplementedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionOutOfMemoryExceptionKeyNotFoundExceptionRankExceptionpublic void WriteXml(java.lang.String fileName,
XmlWriteMode mode,
boolean writeHierarchy)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
PathTooLongException,
IndexOutOfRangeException,
NotSupportedException,
InvalidOperationException,
NullReferenceException,
SecurityException,
IOException,
NotImplementedException,
ObjectDisposedException,
CultureNotFoundException,
MissingManifestResourceException,
OutOfMemoryException,
KeyNotFoundException,
RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionIOExceptionNotImplementedExceptionObjectDisposedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionOutOfMemoryExceptionKeyNotFoundExceptionRankExceptionpublic void WriteXml(TextWriter writer) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, OutOfMemoryException, KeyNotFoundException, RankException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionKeyNotFoundExceptionRankExceptionpublic void WriteXml(TextWriter writer, boolean writeHierarchy) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, OutOfMemoryException, KeyNotFoundException, RankException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionKeyNotFoundExceptionRankExceptionpublic void WriteXml(TextWriter writer, XmlWriteMode mode) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, OutOfMemoryException, KeyNotFoundException, RankException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionKeyNotFoundExceptionRankExceptionpublic void WriteXml(TextWriter writer, XmlWriteMode mode, boolean writeHierarchy) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, OutOfMemoryException, KeyNotFoundException, RankException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionOutOfMemoryExceptionKeyNotFoundExceptionRankExceptionpublic void WriteXml(XmlWriter writer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, OutOfMemoryException, KeyNotFoundException, RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionOutOfMemoryExceptionKeyNotFoundExceptionRankExceptionpublic void WriteXml(XmlWriter writer, boolean writeHierarchy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, OutOfMemoryException, KeyNotFoundException, RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionOutOfMemoryExceptionKeyNotFoundExceptionRankExceptionpublic void WriteXml(XmlWriter writer, XmlWriteMode mode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, OutOfMemoryException, KeyNotFoundException, RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionOutOfMemoryExceptionKeyNotFoundExceptionRankExceptionpublic void WriteXml(XmlWriter writer, XmlWriteMode mode, boolean writeHierarchy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, KeyNotFoundException, XmlException, DataException, RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionKeyNotFoundExceptionXmlExceptionDataExceptionRankExceptionpublic void WriteXmlSchema(Stream stream) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, KeyNotFoundException, NullReferenceException, XmlException, OverflowException, SqlNullValueException, SqlTypeException, DataException, IOException, RankException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionKeyNotFoundExceptionNullReferenceExceptionXmlExceptionOverflowExceptionSqlNullValueExceptionSqlTypeExceptionDataExceptionIOExceptionRankExceptionpublic void WriteXmlSchema(Stream stream, boolean writeHierarchy) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, CultureNotFoundException, MissingManifestResourceException, KeyNotFoundException, PathTooLongException, NullReferenceException, XmlException, OutOfMemoryException, DataException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException, IOException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionCultureNotFoundExceptionMissingManifestResourceExceptionKeyNotFoundExceptionPathTooLongExceptionNullReferenceExceptionXmlExceptionOutOfMemoryExceptionDataExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionIOExceptionpublic void WriteXmlSchema(java.lang.String fileName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException,
InvalidOperationException,
NullReferenceException,
SecurityException,
NotImplementedException,
IndexOutOfRangeException,
ObjectDisposedException,
MissingManifestResourceException,
KeyNotFoundException,
XmlException,
OverflowException,
SqlNullValueException,
SqlTypeException,
DataException,
RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionNotImplementedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionKeyNotFoundExceptionXmlExceptionOverflowExceptionSqlNullValueExceptionSqlTypeExceptionDataExceptionRankExceptionpublic void WriteXmlSchema(java.lang.String fileName,
boolean writeHierarchy)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
PathTooLongException,
IndexOutOfRangeException,
NotSupportedException,
InvalidOperationException,
NullReferenceException,
SecurityException,
IOException,
NotImplementedException,
ObjectDisposedException,
CultureNotFoundException,
MissingManifestResourceException,
KeyNotFoundException,
XmlException,
OutOfMemoryException,
DataException,
OverflowException,
SqlNullValueException,
SqlTruncateException,
SqlTypeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionIOExceptionNotImplementedExceptionObjectDisposedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionKeyNotFoundExceptionXmlExceptionOutOfMemoryExceptionDataExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionpublic void WriteXmlSchema(TextWriter writer) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, KeyNotFoundException, NullReferenceException, XmlException, FormatException, OverflowException, SqlNullValueException, SqlTypeException, DataException, IOException, RankException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionNullReferenceExceptionXmlExceptionFormatExceptionOverflowExceptionSqlNullValueExceptionSqlTypeExceptionDataExceptionIOExceptionRankExceptionpublic void WriteXmlSchema(TextWriter writer, boolean writeHierarchy) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, KeyNotFoundException, PathTooLongException, NullReferenceException, XmlException, OutOfMemoryException, DataException, FormatException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException, IOException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionKeyNotFoundExceptionPathTooLongExceptionNullReferenceExceptionXmlExceptionOutOfMemoryExceptionDataExceptionFormatExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionIOExceptionpublic void WriteXmlSchema(XmlWriter writer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, KeyNotFoundException, PathTooLongException, NullReferenceException, XmlException, OutOfMemoryException, DataException, FormatException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionKeyNotFoundExceptionPathTooLongExceptionNullReferenceExceptionXmlExceptionOutOfMemoryExceptionDataExceptionFormatExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionIOExceptionpublic void WriteXmlSchema(XmlWriter writer, boolean writeHierarchy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, IndexOutOfRangeException, KeyNotFoundException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException, XmlException, OutOfMemoryException, DataException, OverflowException, SqlTypeException, SqlNullValueException, SqlTruncateException, DivideByZeroException, InvalidCastException, RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionXmlExceptionOutOfMemoryExceptionDataExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionSqlTruncateExceptionDivideByZeroExceptionInvalidCastExceptionRankException