UNPKG

@tsonic/dotnet-pure

Version:

TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming

134 lines (130 loc) 12.1 kB
// Generated by tsbindgen - Architecture // Namespace: System.Data // Facade - Public API Surface // Import internal declarations import * as Internal from './System.Data/internal/index.js'; // Cross-namespace type imports for constraints import type { IComparer_1, IEnumerable_1, IEnumerator_1, IEqualityComparer_1 } from './System.Collections.Generic/internal/index.js'; import type { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js'; import type { Hashtable, ICollection, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js'; import type { AttributeCollection, CollectionChangeEventHandler, DescriptionAttribute, EventDescriptor, EventDescriptorCollection, IBindingList, IBindingListView, IComponent, IContainer, ICustomTypeDescriptor, IDataErrorInfo, IEditableObject, IListSource, INotifyPropertyChanged, ISite, ISupportInitialize, ISupportInitializeNotification, ITypedList, ListChangedEventHandler, ListSortDescriptionCollection, ListSortDirection, MarshalByValueComponent, PropertyChangedEventHandler, PropertyDescriptor, PropertyDescriptorCollection, TypeConverter } from './System.ComponentModel/internal/index.js'; import type { DbColumn, DbDataReader } from './System.Data.Common/internal/index.js'; import type { CultureInfo } from './System.Globalization/internal/index.js'; import type { Stream, TextReader, TextWriter } from './System.IO/internal/index.js'; import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js'; import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js'; import type { Task, Task_1, ValueTask } from './System.Threading.Tasks/internal/index.js'; import type { CancellationToken } from './System.Threading/internal/index.js'; import type { XmlSchema, XmlSchemaComplexType, XmlSchemaSet } from './System.Xml.Schema/internal/index.js'; import type { IXmlSerializable } from './System.Xml.Serialization/internal/index.js'; import type { XmlReader, XmlWriter } from './System.Xml/internal/index.js'; import type { Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, Char, Converter_2, DateTime, Decimal, Delegate, Double, Enum, EventArgs, EventHandler, Exception, Func_2, Guid, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, IServiceProvider, ISpanFormattable, MulticastDelegate, Nullable_1, Object as ClrObject, Single, String as ClrString, SystemException, Type, TypeCode, Void } from './System/internal/index.js'; // Public API exports (curated - no internal $instance/$views leakage) export { DataReaderExtensions$instance as DataReaderExtensions } from './System.Data/internal/index.js'; export { UpdateStatus as UpdateStatus } from './System.Data/internal/index.js'; export { XmlReadMode as XmlReadMode } from './System.Data/internal/index.js'; export { XmlWriteMode as XmlWriteMode } from './System.Data/internal/index.js'; export { AcceptRejectRule as AcceptRejectRule } from './System.Data/internal/index.js'; export { InternalDataCollectionBase as InternalDataCollectionBase } from './System.Data/internal/index.js'; export { CommandBehavior as CommandBehavior } from './System.Data/internal/index.js'; export { CommandType as CommandType } from './System.Data/internal/index.js'; export { ConflictOption as ConflictOption } from './System.Data/internal/index.js'; export { ConnectionState as ConnectionState } from './System.Data/internal/index.js'; export { Constraint as Constraint } from './System.Data/internal/index.js'; export { ConstraintCollection as ConstraintCollection } from './System.Data/internal/index.js'; export { DataColumn as DataColumn } from './System.Data/internal/index.js'; export { DataColumnChangeEventArgs as DataColumnChangeEventArgs } from './System.Data/internal/index.js'; export type DataColumnChangeEventHandler = Internal.DataColumnChangeEventHandler; export { DataColumnCollection as DataColumnCollection } from './System.Data/internal/index.js'; export { DataException as DataException } from './System.Data/internal/index.js'; export { ConstraintException as ConstraintException } from './System.Data/internal/index.js'; export { DeletedRowInaccessibleException as DeletedRowInaccessibleException } from './System.Data/internal/index.js'; export { DuplicateNameException as DuplicateNameException } from './System.Data/internal/index.js'; export { InRowChangingEventException as InRowChangingEventException } from './System.Data/internal/index.js'; export { InvalidConstraintException as InvalidConstraintException } from './System.Data/internal/index.js'; export { MissingPrimaryKeyException as MissingPrimaryKeyException } from './System.Data/internal/index.js'; export { NoNullAllowedException as NoNullAllowedException } from './System.Data/internal/index.js'; export { ReadOnlyException as ReadOnlyException } from './System.Data/internal/index.js'; export { RowNotInTableException as RowNotInTableException } from './System.Data/internal/index.js'; export { VersionNotFoundException as VersionNotFoundException } from './System.Data/internal/index.js'; export { DataRelation as DataRelation } from './System.Data/internal/index.js'; export { DataRelationCollection as DataRelationCollection } from './System.Data/internal/index.js'; export { DataRow as DataRow } from './System.Data/internal/index.js'; export { DataRowBuilder as DataRowBuilder } from './System.Data/internal/index.js'; export { DataRowAction as DataRowAction } from './System.Data/internal/index.js'; export { DataRowChangeEventArgs as DataRowChangeEventArgs } from './System.Data/internal/index.js'; export type DataRowChangeEventHandler = Internal.DataRowChangeEventHandler; export { DataRowCollection as DataRowCollection } from './System.Data/internal/index.js'; export { DataRowComparer$instance as DataRowComparer_0 } from './System.Data/internal/index.js'; export { DataRowComparer_1 as DataRowComparer } from './System.Data/internal/index.js'; export { DataRowExtensions$instance as DataRowExtensions } from './System.Data/internal/index.js'; export { DataRowState as DataRowState } from './System.Data/internal/index.js'; export { DataRowVersion as DataRowVersion } from './System.Data/internal/index.js'; export { DataRowView as DataRowView } from './System.Data/internal/index.js'; export { SerializationFormat as SerializationFormat } from './System.Data/internal/index.js'; export { DataSet as DataSet } from './System.Data/internal/index.js'; export { DataSetDateTime as DataSetDateTime } from './System.Data/internal/index.js'; export { DataSysDescriptionAttribute as DataSysDescriptionAttribute } from './System.Data/internal/index.js'; export { DataTable as DataTable } from './System.Data/internal/index.js'; export { DataTableExtensions$instance as DataTableExtensions } from './System.Data/internal/index.js'; export { DataTableClearEventArgs as DataTableClearEventArgs } from './System.Data/internal/index.js'; export type DataTableClearEventHandler = Internal.DataTableClearEventHandler; export { DataTableCollection as DataTableCollection } from './System.Data/internal/index.js'; export { DataTableNewRowEventArgs as DataTableNewRowEventArgs } from './System.Data/internal/index.js'; export type DataTableNewRowEventHandler = Internal.DataTableNewRowEventHandler; export { DataTableReader as DataTableReader } from './System.Data/internal/index.js'; export { DataView as DataView } from './System.Data/internal/index.js'; export { DataViewManager as DataViewManager } from './System.Data/internal/index.js'; export { DataViewRowState as DataViewRowState } from './System.Data/internal/index.js'; export { DataViewSetting as DataViewSetting } from './System.Data/internal/index.js'; export { DataViewSettingCollection as DataViewSettingCollection } from './System.Data/internal/index.js'; export { DBConcurrencyException as DBConcurrencyException } from './System.Data/internal/index.js'; export { DbType as DbType } from './System.Data/internal/index.js'; export { EnumerableRowCollection as EnumerableRowCollection_0 } from './System.Data/internal/index.js'; export { EnumerableRowCollection_1 as EnumerableRowCollection } from './System.Data/internal/index.js'; export { EnumerableRowCollectionExtensions$instance as EnumerableRowCollectionExtensions } from './System.Data/internal/index.js'; export { FillErrorEventArgs as FillErrorEventArgs } from './System.Data/internal/index.js'; export type FillErrorEventHandler = Internal.FillErrorEventHandler; export { ForeignKeyConstraint as ForeignKeyConstraint } from './System.Data/internal/index.js'; export type IColumnMapping = Internal.IColumnMapping; export type IColumnMappingCollection = Internal.IColumnMappingCollection; export type IDataAdapter = Internal.IDataAdapter; export type IDataParameter = Internal.IDataParameter; export type IDataParameterCollection = Internal.IDataParameterCollection; export type IDataReader = Internal.IDataReader; export type IDataRecord = Internal.IDataRecord; export type IDbCommand = Internal.IDbCommand; export type IDbConnection = Internal.IDbConnection; export type IDbDataAdapter = Internal.IDbDataAdapter; export type IDbDataParameter = Internal.IDbDataParameter; export type IDbTransaction = Internal.IDbTransaction; export { IsolationLevel as IsolationLevel } from './System.Data/internal/index.js'; export type ITableMapping = Internal.ITableMapping; export type ITableMappingCollection = Internal.ITableMappingCollection; export { KeyRestrictionBehavior as KeyRestrictionBehavior } from './System.Data/internal/index.js'; export { LoadOption as LoadOption } from './System.Data/internal/index.js'; export { MappingType as MappingType } from './System.Data/internal/index.js'; export { MergeFailedEventArgs as MergeFailedEventArgs } from './System.Data/internal/index.js'; export type MergeFailedEventHandler = Internal.MergeFailedEventHandler; export { MissingMappingAction as MissingMappingAction } from './System.Data/internal/index.js'; export { MissingSchemaAction as MissingSchemaAction } from './System.Data/internal/index.js'; export { OrderedEnumerableRowCollection_1 as OrderedEnumerableRowCollection } from './System.Data/internal/index.js'; export { ParameterDirection as ParameterDirection } from './System.Data/internal/index.js'; export { PropertyCollection as PropertyCollection } from './System.Data/internal/index.js'; export { StatementCompletedEventArgs as StatementCompletedEventArgs } from './System.Data/internal/index.js'; export type StatementCompletedEventHandler = Internal.StatementCompletedEventHandler; export { Rule as Rule } from './System.Data/internal/index.js'; export { SchemaSerializationMode as SchemaSerializationMode } from './System.Data/internal/index.js'; export { SchemaType as SchemaType } from './System.Data/internal/index.js'; export { SqlDbType as SqlDbType } from './System.Data/internal/index.js'; export { StateChangeEventArgs as StateChangeEventArgs } from './System.Data/internal/index.js'; export type StateChangeEventHandler = Internal.StateChangeEventHandler; export { StatementType as StatementType } from './System.Data/internal/index.js'; export { StrongTypingException as StrongTypingException } from './System.Data/internal/index.js'; export { TypedTableBase_1 as TypedTableBase } from './System.Data/internal/index.js'; export { TypedTableBaseExtensions$instance as TypedTableBaseExtensions } from './System.Data/internal/index.js'; export { UniqueConstraint as UniqueConstraint } from './System.Data/internal/index.js'; export { UpdateRowSource as UpdateRowSource } from './System.Data/internal/index.js'; export { InvalidExpressionException as InvalidExpressionException } from './System.Data/internal/index.js'; export { EvaluateException as EvaluateException } from './System.Data/internal/index.js'; export { SyntaxErrorException as SyntaxErrorException } from './System.Data/internal/index.js';