Package system.data
Class DataView
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.componentmodel.MarshalByValueComponent
-
- system.data.DataView
-
- All Implemented Interfaces:
AutoCloseable
,IJCOBridgeReflected
,ITypedList
public class DataView extends MarshalByValueComponent implements ITypedList
The base .NET class managing System.Data.DataView, 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.DataView
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.DataViewstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
Add(NetObject value)
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.void
AddIndex(PropertyDescriptor property)
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.void
addInitialized(EventHandler handler)
void
addListChanged(ListChangedEventHandler handler)
DataRowView
AddNew()
void
ApplySort(ListSortDescriptionCollection sorts)
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.void
ApplySort(PropertyDescriptor property, ListSortDirection direction)
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.void
BeginInit()
static DataView
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoDataView
, a cast assert is made to check if types are compatible.void
Clear()
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.boolean
Contains(NetObject value)
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.void
CopyTo(Array array, int index)
void
Delete(int index)
void
EndInit()
boolean
Equals(DataView view)
int
Find(NetObject key)
int
Find(NetObject[] key)
int
Find(PropertyDescriptor property, NetObject key)
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.DataRowView[]
FindRows(NetObject key)
DataRowView[]
FindRows(NetObject[] key)
boolean
getAllowDelete()
boolean
getAllowEdit()
boolean
getAllowNew()
boolean
getApplyDefaultSort()
int
getCount()
DataViewManager
getDataViewManager()
boolean
getIsInitialized()
PropertyDescriptorCollection
GetItemProperties(PropertyDescriptor[] listAccessors)
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.String
getJCOAssemblyName()
Returns the reflected Assembly nameString
getJCOClassName()
Returns the reflected Class nameObject
getJCOInstance()
Returns the instantiated classString
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeString
GetListName(PropertyDescriptor[] listAccessors)
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.String
getRowFilter()
DataViewRowState
getRowStateFilter()
String
getSort()
DataTable
getTable()
int
IndexOf(NetObject value)
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.void
Insert(int index, NetObject value)
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.void
Remove(NetObject value)
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.void
RemoveAt(int index)
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.void
RemoveFilter()
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.void
RemoveIndex(PropertyDescriptor property)
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.void
removeInitialized(EventHandler handler)
void
removeListChanged(ListChangedEventHandler handler)
void
RemoveSort()
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.void
setAllowDelete(boolean AllowDelete)
void
setAllowEdit(boolean AllowEdit)
void
setAllowNew(boolean AllowNew)
void
setApplyDefaultSort(boolean ApplyDefaultSort)
void
setJCOInstance(JCObject instance)
void
setRowFilter(String RowFilter)
void
setRowStateFilter(DataViewRowState RowStateFilter)
void
setSort(String Sort)
void
setTable(DataTable Table)
DataTable
ToTable()
DataTable
ToTable(boolean distinct, String... columnNames)
DataTable
ToTable(boolean dupParam0, JCORefOut dupParam1)
DataTable
ToTable(String tableName)
DataTable
ToTable(String tableName, boolean distinct, String... columnNames)
DataTable
ToTable(String dupParam0, boolean dupParam1, JCORefOut dupParam2)
-
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.DataView- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DataView
public DataView(Object instance) throws Throwable
Internal constructor. Use with caution- Throws:
Throwable
-
DataView
public DataView() throws Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, RankException, ArrayTypeMismatchException, SynchronizationLockException, MulticastNotSupportedException, CultureNotFoundException
- Throws:
Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
RankException
ArrayTypeMismatchException
SynchronizationLockException
MulticastNotSupportedException
CultureNotFoundException
-
DataView
public DataView(DataTable table, String RowFilter, String Sort, DataViewRowState RowState) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, ObjectDisposedException, LockRecursionException, SynchronizationLockException, MulticastNotSupportedException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
ObjectDisposedException
LockRecursionException
SynchronizationLockException
MulticastNotSupportedException
-
DataView
public DataView(DataTable table) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, MulticastNotSupportedException, ObjectDisposedException, LockRecursionException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
MulticastNotSupportedException
ObjectDisposedException
LockRecursionException
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceITypedList
- 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
- Specified by:
getJCOClassName
in interfaceITypedList
- 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
- Specified by:
getJCOObjectName
in interfaceITypedList
- 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
- Specified by:
getJCOInstance
in interfaceITypedList
- 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
- Specified by:
getJCOType
in interfaceITypedList
- Overrides:
getJCOType
in classMarshalByValueComponent
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DataView cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoDataView
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DataView
instance- Throws:
Throwable
- in case of error during cast operation
-
Equals
public boolean Equals(DataView view) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, CultureNotFoundException, PlatformNotSupportedException, InvalidOperationException, OutOfMemoryException, ExternalException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
Find
public int Find(NetObject key) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
Find
public int Find(NetObject[] key) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
AddNew
public DataRowView AddNew() throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, KeyNotFoundException
-
FindRows
public DataRowView[] FindRows(NetObject key) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, KeyNotFoundException
-
FindRows
public DataRowView[] FindRows(NetObject[] key) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, KeyNotFoundException
-
ToTable
public DataTable ToTable() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, KeyNotFoundException, RegexParseException, ArrayTypeMismatchException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OverflowException, SqlNullValueException, InvalidCastException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
KeyNotFoundException
RegexParseException
ArrayTypeMismatchException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OverflowException
SqlNullValueException
InvalidCastException
-
ToTable
public DataTable ToTable(boolean distinct, String... columnNames) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, KeyNotFoundException, RegexParseException, ArrayTypeMismatchException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OverflowException, SqlNullValueException, InvalidCastException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
KeyNotFoundException
RegexParseException
ArrayTypeMismatchException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OverflowException
SqlNullValueException
InvalidCastException
-
ToTable
public DataTable ToTable(boolean dupParam0, JCORefOut dupParam1) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, KeyNotFoundException, RegexParseException, ArrayTypeMismatchException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OverflowException, SqlNullValueException, InvalidCastException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
KeyNotFoundException
RegexParseException
ArrayTypeMismatchException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OverflowException
SqlNullValueException
InvalidCastException
-
ToTable
public DataTable ToTable(String tableName, boolean distinct, String... columnNames) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, SynchronizationLockException, KeyNotFoundException, RegexParseException, ArrayTypeMismatchException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OverflowException, SqlNullValueException, SqlTruncateException, InvalidCastException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
IndexOutOfRangeException
SynchronizationLockException
KeyNotFoundException
RegexParseException
ArrayTypeMismatchException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OverflowException
SqlNullValueException
SqlTruncateException
InvalidCastException
-
ToTable
public DataTable ToTable(String dupParam0, boolean dupParam1, JCORefOut dupParam2) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, SynchronizationLockException, KeyNotFoundException, RegexParseException, ArrayTypeMismatchException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OverflowException, SqlNullValueException, SqlTruncateException, InvalidCastException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
IndexOutOfRangeException
SynchronizationLockException
KeyNotFoundException
RegexParseException
ArrayTypeMismatchException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OverflowException
SqlNullValueException
SqlTruncateException
InvalidCastException
-
ToTable
public DataTable ToTable(String tableName) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, KeyNotFoundException, RegexParseException, ArrayTypeMismatchException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OverflowException, SqlNullValueException, InvalidCastException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
KeyNotFoundException
RegexParseException
ArrayTypeMismatchException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OverflowException
SqlNullValueException
InvalidCastException
-
CopyTo
public void CopyTo(Array array, int index) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, KeyNotFoundException
-
Delete
public void Delete(int index) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentOutOfRangeException, ArrayTypeMismatchException, KeyNotFoundException
-
EndInit
public void EndInit() throws Throwable, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, FormatException, EventSourceException, OutOfMemoryException, CultureNotFoundException, ObjectDisposedException, SynchronizationLockException, MulticastNotSupportedException
- Throws:
Throwable
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
IndexOutOfRangeException
RankException
ArgumentException
ArrayTypeMismatchException
InvalidOperationException
FormatException
EventSourceException
OutOfMemoryException
CultureNotFoundException
ObjectDisposedException
SynchronizationLockException
MulticastNotSupportedException
-
ApplySort
@Deprecated public void ApplySort(ListSortDescriptionCollection sorts) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIBindingListView method available in IBindingListView to obtain an object with an invocable method- Throws:
Throwable
-
RemoveFilter
@Deprecated public void RemoveFilter() throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIBindingListView method available in IBindingListView to obtain an object with an invocable method- Throws:
Throwable
-
Find
@Deprecated public int Find(PropertyDescriptor property, NetObject key) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIBindingList method available in IBindingList to obtain an object with an invocable method- Throws:
Throwable
-
AddIndex
@Deprecated public void AddIndex(PropertyDescriptor property) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIBindingList method available in IBindingList to obtain an object with an invocable method- Throws:
Throwable
-
ApplySort
@Deprecated public void ApplySort(PropertyDescriptor property, ListSortDirection direction) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIBindingList method available in IBindingList to obtain an object with an invocable method- Throws:
Throwable
-
RemoveIndex
@Deprecated public void RemoveIndex(PropertyDescriptor property) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIBindingList method available in IBindingList to obtain an object with an invocable method- Throws:
Throwable
-
RemoveSort
@Deprecated public void RemoveSort() throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIBindingList method available in IBindingList to obtain an object with an invocable method- Throws:
Throwable
-
Contains
@Deprecated public boolean Contains(NetObject value) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIList method available in IList to obtain an object with an invocable method- Throws:
Throwable
-
Add
@Deprecated public int Add(NetObject value) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIList method available in IList to obtain an object with an invocable method- Throws:
Throwable
-
IndexOf
@Deprecated public int IndexOf(NetObject value) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIList method available in IList to obtain an object with an invocable method- Throws:
Throwable
-
Clear
@Deprecated public void Clear() throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIList method available in IList to obtain an object with an invocable method- Throws:
Throwable
-
Insert
@Deprecated public void Insert(int index, NetObject value) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIList method available in IList to obtain an object with an invocable method- Throws:
Throwable
-
Remove
@Deprecated public void Remove(NetObject value) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIList method available in IList to obtain an object with an invocable method- Throws:
Throwable
-
RemoveAt
@Deprecated public void RemoveAt(int index) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIList method available in IList to obtain an object with an invocable method- Throws:
Throwable
-
GetItemProperties
@Deprecated public PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToITypedList method available in ITypedList to obtain an object with an invocable method- Specified by:
GetItemProperties
in interfaceITypedList
- Throws:
Throwable
-
GetListName
@Deprecated public String GetListName(PropertyDescriptor[] listAccessors) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToITypedList method available in ITypedList to obtain an object with an invocable method- Specified by:
GetListName
in interfaceITypedList
- Throws:
Throwable
-
setAllowDelete
public void setAllowDelete(boolean AllowDelete) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, KeyNotFoundException
-
setAllowEdit
public void setAllowEdit(boolean AllowEdit) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, KeyNotFoundException
-
setAllowNew
public void setAllowNew(boolean AllowNew) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, KeyNotFoundException
-
setApplyDefaultSort
public void setApplyDefaultSort(boolean ApplyDefaultSort) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, ObjectDisposedException, LockRecursionException, SynchronizationLockException, KeyNotFoundException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
ObjectDisposedException
LockRecursionException
SynchronizationLockException
KeyNotFoundException
-
setTable
public void setTable(DataTable Table) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, MulticastNotSupportedException, ObjectDisposedException, LockRecursionException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
MulticastNotSupportedException
ObjectDisposedException
LockRecursionException
-
getDataViewManager
public DataViewManager getDataViewManager() throws Throwable
- Throws:
Throwable
-
getRowStateFilter
public DataViewRowState getRowStateFilter() throws Throwable
- Throws:
Throwable
-
setRowStateFilter
public void setRowStateFilter(DataViewRowState RowStateFilter) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, ObjectDisposedException, LockRecursionException, SynchronizationLockException, KeyNotFoundException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
ObjectDisposedException
LockRecursionException
SynchronizationLockException
KeyNotFoundException
-
setRowFilter
public void setRowFilter(String RowFilter) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, LockRecursionException, SynchronizationLockException, KeyNotFoundException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
LockRecursionException
SynchronizationLockException
KeyNotFoundException
-
getSort
public String getSort() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArrayTypeMismatchException, OutOfMemoryException
-
setSort
public void setSort(String Sort) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, ObjectDisposedException, LockRecursionException, SynchronizationLockException, KeyNotFoundException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
ObjectDisposedException
LockRecursionException
SynchronizationLockException
KeyNotFoundException
-
addListChanged
public void addListChanged(ListChangedEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeListChanged
public void removeListChanged(ListChangedEventHandler 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
-
-