Package system.data
Class DataTable
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.componentmodel.MarshalByValueComponent
-
- system.data.DataTable
-
- All Implemented Interfaces:
AutoCloseable
,IJCOBridgeReflected
public class DataTable extends MarshalByValueComponent
The base .NET class managing System.Data.DataTable, System.Data.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.DataTable
Powered by JCOBridge: more info at https://www.jcobridge.com
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Data.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic String
assemblyShortName
Assembly name: System.Data.Commonstatic String
className
Qualified class name: System.Data.DataTablestatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
-
Methods inherited from class system.componentmodel.MarshalByValueComponent
addDisposed, close, Dispose, getContainer, getDesignMode, GetService, getSite, removeDisposed, setSite
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: System.Data.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System.Data.Common- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Data.DataTable- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DataTable
public DataTable(Object instance) throws Throwable
Internal constructor. Use with caution- Throws:
Throwable
-
DataTable
public DataTable() throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException, EventSourceException, OutOfMemoryException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
ObjectDisposedException
RankException
FormatException
EventSourceException
OutOfMemoryException
-
DataTable
public DataTable(String tableName, String tableNamespace) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, CultureNotFoundException, IndexOutOfRangeException
-
DataTable
public DataTable(String tableName) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, EventSourceException, OutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classMarshalByValueComponent
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classMarshalByValueComponent
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classMarshalByValueComponent
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classMarshalByValueComponent
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classMarshalByValueComponent
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classMarshalByValueComponent
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DataTable cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoDataTable
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DataTable
instance- Throws:
Throwable
- in case of error during cast operation
-
LoadDataRow
public DataRow LoadDataRow(NetObject[] values, boolean fAcceptChanges) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException
-
LoadDataRow
public DataRow LoadDataRow(NetObject[] values, LoadOption loadOption) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, ObjectDisposedException, LockRecursionException, AbandonedMutexException, SynchronizationLockException, InvalidCastException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
ObjectDisposedException
LockRecursionException
AbandonedMutexException
SynchronizationLockException
InvalidCastException
-
NewRow
public DataRow NewRow() throws Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, EventSourceException, OutOfMemoryException
-
GetErrors
public DataRow[] GetErrors() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException, NotSupportedException
-
Select
public DataRow[] Select() throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, LockRecursionException, AbandonedMutexException, SynchronizationLockException, SqlNullValueException, OverflowException, InvalidCastException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
LockRecursionException
AbandonedMutexException
SynchronizationLockException
SqlNullValueException
OverflowException
InvalidCastException
-
Select
public DataRow[] Select(String filterExpression, String sort, DataViewRowState recordStates) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, FormatException, EventSourceException, OutOfMemoryException, LockRecursionException, AbandonedMutexException, SynchronizationLockException, SqlNullValueException, OverflowException, InvalidCastException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
FormatException
EventSourceException
OutOfMemoryException
LockRecursionException
AbandonedMutexException
SynchronizationLockException
SqlNullValueException
OverflowException
InvalidCastException
-
Select
public DataRow[] Select(String filterExpression, String sort) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, LockRecursionException, AbandonedMutexException, SynchronizationLockException, SqlNullValueException, OverflowException, InvalidCastException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
LockRecursionException
AbandonedMutexException
SynchronizationLockException
SqlNullValueException
OverflowException
InvalidCastException
-
Select
public DataRow[] Select(String filterExpression) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, LockRecursionException, AbandonedMutexException, SynchronizationLockException, SqlNullValueException, OverflowException, InvalidCastException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
LockRecursionException
AbandonedMutexException
SynchronizationLockException
SqlNullValueException
OverflowException
InvalidCastException
-
Clone
public DataTable Clone() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, KeyNotFoundException, CultureNotFoundException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
KeyNotFoundException
CultureNotFoundException
-
Copy
public DataTable Copy() throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, IndexOutOfRangeException, SynchronizationLockException, OverflowException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
IndexOutOfRangeException
SynchronizationLockException
OverflowException
-
GetChanges
public DataTable GetChanges() throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, IndexOutOfRangeException, SynchronizationLockException, OverflowException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
IndexOutOfRangeException
SynchronizationLockException
OverflowException
-
GetChanges
public DataTable GetChanges(DataRowState rowStates) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, IndexOutOfRangeException, SynchronizationLockException, OverflowException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
IndexOutOfRangeException
SynchronizationLockException
OverflowException
-
CreateDataReader
public DataTableReader CreateDataReader() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, MulticastNotSupportedException
-
ReadXml
public XmlReadMode ReadXml(Stream stream) throws Throwable, PlatformNotSupportedException, NotSupportedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, RankException, SqlNullValueException, XmlException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OverflowException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
Throwable
PlatformNotSupportedException
NotSupportedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
ArrayTypeMismatchException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
RankException
SqlNullValueException
XmlException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OverflowException
XmlSchemaInferenceException
XmlSchemaException
-
ReadXml
public XmlReadMode ReadXml(TextReader reader) throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, NotSupportedException, RankException, SqlNullValueException, XmlException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OverflowException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
NotSupportedException
RankException
SqlNullValueException
XmlException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OverflowException
XmlSchemaInferenceException
XmlSchemaException
-
ReadXml
public XmlReadMode ReadXml(String fileName) throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, EventSourceException, SynchronizationLockException, RankException, ArrayTypeMismatchException, SqlNullValueException, FormatException, XmlException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OverflowException, IndexOutOfRangeException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
ArgumentException
CultureNotFoundException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
OutOfMemoryException
EventSourceException
SynchronizationLockException
RankException
ArrayTypeMismatchException
SqlNullValueException
FormatException
XmlException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OverflowException
IndexOutOfRangeException
XmlSchemaInferenceException
XmlSchemaException
-
ReadXml
public XmlReadMode ReadXml(XmlReader reader) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, SqlNullValueException, XmlException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OverflowException, IndexOutOfRangeException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
SqlNullValueException
XmlException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OverflowException
IndexOutOfRangeException
XmlSchemaInferenceException
XmlSchemaException
-
Compute
public NetObject Compute(String expression, String filter) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, ObjectDisposedException, LockRecursionException, SynchronizationLockException, InvalidCastException, SqlNullValueException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
ObjectDisposedException
LockRecursionException
SynchronizationLockException
InvalidCastException
SqlNullValueException
-
GetDataTableSchema
public static XmlSchemaComplexType GetDataTableSchema(XmlSchemaSet schemaSet) throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, InvalidOperationException, XmlSchemaException
-
AcceptChanges
public void AcceptChanges() throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, InvalidCastException
-
BeginLoadData
public void BeginLoadData() throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, ObjectDisposedException, LockRecursionException, AbandonedMutexException, SynchronizationLockException, SqlNullValueException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
ObjectDisposedException
LockRecursionException
AbandonedMutexException
SynchronizationLockException
SqlNullValueException
-
Clear
public void Clear() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, SynchronizationLockException, SqlNullValueException, OverflowException, InvalidCastException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
SynchronizationLockException
SqlNullValueException
OverflowException
InvalidCastException
-
EndInit
public void EndInit() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, KeyNotFoundException, RankException, ArrayTypeMismatchException, OverflowException, FormatException, InvalidCastException, MulticastNotSupportedException, SynchronizationLockException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
KeyNotFoundException
RankException
ArrayTypeMismatchException
OverflowException
FormatException
InvalidCastException
MulticastNotSupportedException
SynchronizationLockException
-
EndLoadData
public void EndLoadData() throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, ObjectDisposedException, LockRecursionException, WaitHandleCannotBeOpenedException, AbandonedMutexException, SynchronizationLockException, KeyNotFoundException, SqlNullValueException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
ObjectDisposedException
LockRecursionException
WaitHandleCannotBeOpenedException
AbandonedMutexException
SynchronizationLockException
KeyNotFoundException
SqlNullValueException
-
GetObjectData
public void GetObjectData(SerializationInfo info, StreamingContext context) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, SerializationException, FormatException, OverflowException, SqlNullValueException, SqlTruncateException, InvalidCastException, EventSourceException, SynchronizationLockException, KeyNotFoundException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
ObjectDisposedException
RankException
SerializationException
FormatException
OverflowException
SqlNullValueException
SqlTruncateException
InvalidCastException
EventSourceException
SynchronizationLockException
KeyNotFoundException
-
ImportRow
public void ImportRow(DataRow row) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException
-
Load
public void Load(IDataReader reader, LoadOption loadOption, FillErrorEventHandler errorHandler) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, MulticastNotSupportedException, SynchronizationLockException, SqlNullValueException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
MulticastNotSupportedException
SynchronizationLockException
SqlNullValueException
-
Load
public void Load(IDataReader reader, LoadOption loadOption) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, MulticastNotSupportedException, SynchronizationLockException, SqlNullValueException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
MulticastNotSupportedException
SynchronizationLockException
SqlNullValueException
-
Load
public void Load(IDataReader reader) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, MulticastNotSupportedException, SynchronizationLockException, SqlNullValueException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
MulticastNotSupportedException
SynchronizationLockException
SqlNullValueException
-
Merge
public void Merge(DataTable table, boolean preserveChanges, MissingSchemaAction missingSchemaAction) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, SqlNullValueException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OverflowException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
SqlNullValueException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OverflowException
-
Merge
public void Merge(DataTable table, boolean preserveChanges) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, SqlNullValueException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
SqlNullValueException
MissingMethodException
TargetInvocationException
-
Merge
public void Merge(DataTable table) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, SqlNullValueException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
SqlNullValueException
MissingMethodException
TargetInvocationException
-
ReadXmlSchema
public void ReadXmlSchema(Stream stream) throws Throwable, PlatformNotSupportedException, NotSupportedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, FormatException, EventSourceException, OutOfMemoryException, CultureNotFoundException, XmlException, OverflowException, SqlNullValueException, SqlTypeException, SynchronizationLockException, XmlSchemaException, RankException, InvalidCastException, KeyNotFoundException, XmlSchemaInferenceException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
Throwable
PlatformNotSupportedException
NotSupportedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
ArrayTypeMismatchException
FormatException
EventSourceException
OutOfMemoryException
CultureNotFoundException
XmlException
OverflowException
SqlNullValueException
SqlTypeException
SynchronizationLockException
XmlSchemaException
RankException
InvalidCastException
KeyNotFoundException
XmlSchemaInferenceException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
ReadXmlSchema
public void ReadXmlSchema(TextReader reader) throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, CultureNotFoundException, XmlException, OverflowException, SqlNullValueException, SqlTypeException, SynchronizationLockException, XmlSchemaException, RankException, InvalidCastException, KeyNotFoundException, XmlSchemaInferenceException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
CultureNotFoundException
XmlException
OverflowException
SqlNullValueException
SqlTypeException
SynchronizationLockException
XmlSchemaException
RankException
InvalidCastException
KeyNotFoundException
XmlSchemaInferenceException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
ReadXmlSchema
public void ReadXmlSchema(String fileName) throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, EventSourceException, XmlException, IndexOutOfRangeException, FormatException, OverflowException, SqlNullValueException, SqlTypeException, SynchronizationLockException, XmlSchemaException, RankException, InvalidCastException, KeyNotFoundException, XmlSchemaInferenceException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
ArgumentException
CultureNotFoundException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
OutOfMemoryException
EventSourceException
XmlException
IndexOutOfRangeException
FormatException
OverflowException
SqlNullValueException
SqlTypeException
SynchronizationLockException
XmlSchemaException
RankException
InvalidCastException
KeyNotFoundException
XmlSchemaInferenceException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
ReadXmlSchema
public void ReadXmlSchema(XmlReader reader) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, CultureNotFoundException, XmlException, IndexOutOfRangeException, OverflowException, SqlNullValueException, SqlTypeException, SynchronizationLockException, XmlSchemaException, RankException, InvalidCastException, KeyNotFoundException, XmlSchemaInferenceException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
CultureNotFoundException
XmlException
IndexOutOfRangeException
OverflowException
SqlNullValueException
SqlTypeException
SynchronizationLockException
XmlSchemaException
RankException
InvalidCastException
KeyNotFoundException
XmlSchemaInferenceException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
-
RejectChanges
public void RejectChanges() throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, ObjectDisposedException, LockRecursionException, SynchronizationLockException
-
Reset
public void Reset() throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, InvalidCastException, IndexOutOfRangeException, RankException, KeyNotFoundException, OverflowException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
InvalidCastException
IndexOutOfRangeException
RankException
KeyNotFoundException
OverflowException
-
WriteXml
public void WriteXml(Stream stream, boolean writeHierarchy) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, RankException, ArrayTypeMismatchException, KeyNotFoundException
-
WriteXml
public void WriteXml(Stream stream, XmlWriteMode mode, boolean writeHierarchy) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, CultureNotFoundException, SynchronizationLockException, KeyNotFoundException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
CultureNotFoundException
SynchronizationLockException
KeyNotFoundException
-
WriteXml
public void WriteXml(Stream stream, XmlWriteMode mode) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, RankException, ArrayTypeMismatchException, KeyNotFoundException
-
WriteXml
public void WriteXml(Stream stream) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, RankException, ArrayTypeMismatchException, KeyNotFoundException
-
WriteXml
public void WriteXml(TextWriter writer, boolean writeHierarchy) throws Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, RankException, ArrayTypeMismatchException, KeyNotFoundException
-
WriteXml
public void WriteXml(TextWriter writer, XmlWriteMode mode, boolean writeHierarchy) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, CultureNotFoundException, SynchronizationLockException, KeyNotFoundException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
CultureNotFoundException
SynchronizationLockException
KeyNotFoundException
-
WriteXml
public void WriteXml(TextWriter writer, XmlWriteMode mode) throws Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, RankException, ArrayTypeMismatchException, KeyNotFoundException
-
WriteXml
public void WriteXml(TextWriter writer) throws Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, RankException, ArrayTypeMismatchException, KeyNotFoundException
-
WriteXml
public void WriteXml(String fileName, boolean writeHierarchy) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, SerializationException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, CultureNotFoundException, KeyNotFoundException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
SerializationException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
CultureNotFoundException
KeyNotFoundException
-
WriteXml
public void WriteXml(String fileName, XmlWriteMode mode, boolean writeHierarchy) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, SerializationException, SynchronizationLockException, KeyNotFoundException, IndexOutOfRangeException, RankException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
SerializationException
SynchronizationLockException
KeyNotFoundException
IndexOutOfRangeException
RankException
-
WriteXml
public void WriteXml(String fileName, XmlWriteMode mode) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, SerializationException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, CultureNotFoundException, KeyNotFoundException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
SerializationException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
CultureNotFoundException
KeyNotFoundException
-
WriteXml
public void WriteXml(String fileName) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, SerializationException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, CultureNotFoundException, KeyNotFoundException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
SerializationException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
CultureNotFoundException
KeyNotFoundException
-
WriteXml
public void WriteXml(XmlWriter writer, boolean writeHierarchy) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, CultureNotFoundException, SynchronizationLockException, KeyNotFoundException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
CultureNotFoundException
SynchronizationLockException
KeyNotFoundException
-
WriteXml
public void WriteXml(XmlWriter writer, XmlWriteMode mode, boolean writeHierarchy) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, RegexParseException, ArrayTypeMismatchException, SynchronizationLockException, KeyNotFoundException, XmlException, IndexOutOfRangeException, RankException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
RegexParseException
ArrayTypeMismatchException
SynchronizationLockException
KeyNotFoundException
XmlException
IndexOutOfRangeException
RankException
-
WriteXml
public void WriteXml(XmlWriter writer, XmlWriteMode mode) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, CultureNotFoundException, SynchronizationLockException, KeyNotFoundException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
CultureNotFoundException
SynchronizationLockException
KeyNotFoundException
-
WriteXml
public void WriteXml(XmlWriter writer) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, CultureNotFoundException, SynchronizationLockException, KeyNotFoundException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
CultureNotFoundException
SynchronizationLockException
KeyNotFoundException
-
WriteXmlSchema
public void WriteXmlSchema(Stream stream, boolean writeHierarchy) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, CultureNotFoundException, SynchronizationLockException, KeyNotFoundException, XmlException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
CultureNotFoundException
SynchronizationLockException
KeyNotFoundException
XmlException
OverflowException
SqlNullValueException
SqlTruncateException
SqlTypeException
-
WriteXmlSchema
public void WriteXmlSchema(Stream stream) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, RankException, ArrayTypeMismatchException, CultureNotFoundException, KeyNotFoundException, XmlException, OverflowException, SqlNullValueException, SqlTypeException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
EventSourceException
RankException
ArrayTypeMismatchException
CultureNotFoundException
KeyNotFoundException
XmlException
OverflowException
SqlNullValueException
SqlTypeException
-
WriteXmlSchema
public void WriteXmlSchema(TextWriter writer, boolean writeHierarchy) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, CultureNotFoundException, SynchronizationLockException, KeyNotFoundException, XmlException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
CultureNotFoundException
SynchronizationLockException
KeyNotFoundException
XmlException
OverflowException
SqlNullValueException
SqlTruncateException
SqlTypeException
-
WriteXmlSchema
public void WriteXmlSchema(TextWriter writer) throws Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, RankException, ArrayTypeMismatchException, CultureNotFoundException, KeyNotFoundException, XmlException, OverflowException, SqlNullValueException, SqlTypeException
- Throws:
Throwable
ArgumentNullException
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
EventSourceException
RankException
ArrayTypeMismatchException
CultureNotFoundException
KeyNotFoundException
XmlException
OverflowException
SqlNullValueException
SqlTypeException
-
WriteXmlSchema
public void WriteXmlSchema(String fileName, boolean writeHierarchy) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SerializationException, EventSourceException, OutOfMemoryException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, SynchronizationLockException, FormatException, KeyNotFoundException, XmlException, NotSupportedException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
SerializationException
EventSourceException
OutOfMemoryException
CultureNotFoundException
PlatformNotSupportedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidOperationException
SynchronizationLockException
FormatException
KeyNotFoundException
XmlException
NotSupportedException
OverflowException
SqlNullValueException
SqlTruncateException
SqlTypeException
-
WriteXmlSchema
public void WriteXmlSchema(String fileName) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SerializationException, EventSourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, PlatformNotSupportedException, CultureNotFoundException, KeyNotFoundException, XmlException, FormatException, OverflowException, SqlNullValueException, SqlTypeException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
SerializationException
EventSourceException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
PlatformNotSupportedException
CultureNotFoundException
KeyNotFoundException
XmlException
FormatException
OverflowException
SqlNullValueException
SqlTypeException
-
WriteXmlSchema
public void WriteXmlSchema(XmlWriter writer, boolean writeHierarchy) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, KeyNotFoundException, XmlException, IndexOutOfRangeException, SqlTypeException, OverflowException, SqlNullValueException, SqlTruncateException, DivideByZeroException, InvalidCastException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
KeyNotFoundException
XmlException
IndexOutOfRangeException
SqlTypeException
OverflowException
SqlNullValueException
SqlTruncateException
DivideByZeroException
InvalidCastException
-
WriteXmlSchema
public void WriteXmlSchema(XmlWriter writer) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, CultureNotFoundException, SynchronizationLockException, KeyNotFoundException, XmlException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
CultureNotFoundException
SynchronizationLockException
KeyNotFoundException
XmlException
OverflowException
SqlNullValueException
SqlTruncateException
SqlTypeException
-
GetList
@Deprecated public IList GetList() throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIListSource method available in IListSource to obtain an object with an invocable method- Throws:
Throwable
-
GetSchema
@Deprecated public XmlSchema GetSchema() throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIXmlSerializable method available in IXmlSerializable to obtain an object with an invocable method- Throws:
Throwable
-
setCaseSensitive
public void setCaseSensitive(boolean CaseSensitive) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, SynchronizationLockException
-
getHasErrors
public boolean getHasErrors() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
setMinimumCapacity
public void setMinimumCapacity(int MinimumCapacity) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
getConstraints
public ConstraintCollection getConstraints() throws Throwable
- Throws:
Throwable
-
getPrimaryKey
public final DataColumn[] getPrimaryKey() throws Throwable
- Throws:
Throwable
-
setPrimaryKey
public void setPrimaryKey(DataColumn[] PrimaryKey) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, InvalidConstraintException, RankException, ArrayTypeMismatchException, LockRecursionException, WaitHandleCannotBeOpenedException, AbandonedMutexException, NotSupportedException, SynchronizationLockException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ObjectDisposedException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
InvalidConstraintException
RankException
ArrayTypeMismatchException
LockRecursionException
WaitHandleCannotBeOpenedException
AbandonedMutexException
NotSupportedException
SynchronizationLockException
-
getColumns
public DataColumnCollection getColumns() throws Throwable
- Throws:
Throwable
-
getChildRelations
public DataRelationCollection getChildRelations() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
getParentRelations
public DataRelationCollection getParentRelations() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
getRows
public DataRowCollection getRows() throws Throwable
- Throws:
Throwable
-
getDefaultView
public DataView getDefaultView() throws Throwable, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, MulticastNotSupportedException, FormatException, SynchronizationLockException
- Throws:
Throwable
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
MulticastNotSupportedException
FormatException
SynchronizationLockException
-
getExtendedProperties
public PropertyCollection getExtendedProperties() throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, FormatException
-
getRemotingFormat
public SerializationFormat getRemotingFormat() throws Throwable
- Throws:
Throwable
-
setRemotingFormat
public void setRemotingFormat(SerializationFormat RemotingFormat) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
getLocale
public CultureInfo getLocale() throws Throwable
- Throws:
Throwable
-
setLocale
public void setLocale(CultureInfo Locale) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException
-
setDisplayExpression
public void setDisplayExpression(String DisplayExpression) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException
-
getNamespace
public String getNamespace() throws Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
setNamespace
public void setNamespace(String Namespace) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException
-
setPrefix
public void setPrefix(String Prefix) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, RegexParseException, IndexOutOfRangeException, ArrayTypeMismatchException
-
setTableName
public void setTableName(String TableName) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, ArrayTypeMismatchException, KeyNotFoundException
-
addColumnChanged
public void addColumnChanged(DataColumnChangeEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeColumnChanged
public void removeColumnChanged(DataColumnChangeEventHandler handler) throws Throwable
- Throws:
Throwable
-
addColumnChanging
public void addColumnChanging(DataColumnChangeEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeColumnChanging
public void removeColumnChanging(DataColumnChangeEventHandler handler) throws Throwable
- Throws:
Throwable
-
addRowChanged
public void addRowChanged(DataRowChangeEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeRowChanged
public void removeRowChanged(DataRowChangeEventHandler handler) throws Throwable
- Throws:
Throwable
-
addRowChanging
public void addRowChanging(DataRowChangeEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeRowChanging
public void removeRowChanging(DataRowChangeEventHandler handler) throws Throwable
- Throws:
Throwable
-
addRowDeleted
public void addRowDeleted(DataRowChangeEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeRowDeleted
public void removeRowDeleted(DataRowChangeEventHandler handler) throws Throwable
- Throws:
Throwable
-
addRowDeleting
public void addRowDeleting(DataRowChangeEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeRowDeleting
public void removeRowDeleting(DataRowChangeEventHandler handler) throws Throwable
- Throws:
Throwable
-
addTableCleared
public void addTableCleared(DataTableClearEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeTableCleared
public void removeTableCleared(DataTableClearEventHandler handler) throws Throwable
- Throws:
Throwable
-
addTableClearing
public void addTableClearing(DataTableClearEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeTableClearing
public void removeTableClearing(DataTableClearEventHandler handler) throws Throwable
- Throws:
Throwable
-
addTableNewRow
public void addTableNewRow(DataTableNewRowEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeTableNewRow
public void removeTableNewRow(DataTableNewRowEventHandler handler) throws Throwable
- Throws:
Throwable
-
addInitialized
public void addInitialized(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeInitialized
public void removeInitialized(EventHandler handler) throws Throwable
- Throws:
Throwable
-
-