Comparazione classi Framework 1.1 - 2.0 RTM
Quale assembly?
Filtra
Legenda
- non presente nella 2.0 RTM
+ aggiunto nella 2.0 RTM
= invariato
!= variato rispetto alla 1.1
Namespace System.Data
Totale classi: 473, di cui
- 111 nuove
- 251 modificate
- 0 rimosse
Pagina ... 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
System.Data.SqlClient.SqlRowsCopiedEventArgs + | ||
---|---|---|
+ | .ctor () | |
+ | Abort | |
+ | RowsCopied |
System.Data.SqlClient.SqlRowsCopiedEventHandler + | ||
---|---|---|
+ | .ctor () | |
+ | BeginInvoke (Object sender, SqlRowsCopiedEventArgs e, AsyncCallback callback, Object object) | |
+ | EndInvoke (IAsyncResult result) | |
+ | Invoke (Object sender, SqlRowsCopiedEventArgs e) |
System.Data.SqlClient.SqlBulkCopy + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | SqlRowsCopied | |
+ | Close () | |
+ | WriteToServer (IDataReader reader) | |
+ | WriteToServer (DataTable table) | |
+ | WriteToServer (DataTable table, DataRowState rowState) | |
+ | WriteToServer (DataRow[] rows) | |
+ | BatchSize | |
+ | BulkCopyTimeout | |
+ | ColumnMappings | |
+ | DestinationTableName | |
+ | NotifyAfter |
System.Data.SqlClient.SqlBulkCopyColumnMapping + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | DestinationColumn | |
+ | DestinationOrdinal | |
+ | SourceColumn | |
+ | SourceOrdinal |
System.Data.SqlClient.SqlBulkCopyColumnMappingCollection + | ||
---|---|---|
+ | Add (SqlBulkCopyColumnMapping bulkCopyColumnMapping) | |
+ | Add (String sourceColumn, String destinationColumn) | |
+ | Add (Int32 sourceColumnIndex, String destinationColumn) | |
+ | Add (String sourceColumn, Int32 destinationColumnIndex) | |
+ | Add (Int32 sourceColumnIndex, Int32 destinationColumnIndex) | |
+ | Clear () | |
+ | Contains (SqlBulkCopyColumnMapping value) | |
+ | CopyTo (SqlBulkCopyColumnMapping[] array, Int32 index) | |
+ | IndexOf (SqlBulkCopyColumnMapping value) | |
+ | Insert (Int32 index, SqlBulkCopyColumnMapping value) | |
+ | Remove (SqlBulkCopyColumnMapping value) | |
+ | RemoveAt (Int32 index) | |
+ | Item [Int32 index] |
System.Data.SqlClient.SqlBulkCopyOptions + | ||
---|---|---|
+ | CheckConstraints | |
+ | Default | |
+ | FireTriggers | |
+ | KeepIdentity | |
+ | KeepNulls | |
+ | TableLock | |
+ | UseInternalTransaction | |
+ | value__ |
System.Data.SqlTypes.INullable = | ||
---|---|---|
= | IsNull |
System.Data.SqlClient.SqlClientFactory + | ||
---|---|---|
+ | Instance | |
+ | CreateCommand () | |
+ | CreateCommandBuilder () | |
+ | CreateConnection () | |
+ | CreateConnectionStringBuilder () | |
+ | CreateDataAdapter () | |
+ | CreateDataSourceEnumerator () | |
+ | CreateParameter () | |
+ | CreatePermission (PermissionState state) | |
+ | CanCreateDataSourceEnumerator |
System.Data.SqlClient.SqlClientMetaDataCollectionNames + | ||
---|---|---|
+ | Columns | |
+ | Databases | |
+ | ForeignKeys | |
+ | IndexColumns | |
+ | Indexes | |
+ | Parameters | |
+ | ProcedureColumns | |
+ | Procedures | |
+ | Tables | |
+ | UserDefinedTypes | |
+ | Users | |
+ | ViewColumns | |
+ | Views |
System.Data.SqlClient.SqlClientPermission = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | Add (String connectionString, String restrictions, KeyRestrictionBehavior behavior) | |
= | Copy () |
System.Data.SqlClient.SqlClientPermissionAttribute = | ||
---|---|---|
= | .ctor () | |
= | CreatePermission () |
System.Data.SqlClient.SqlCommand != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
- | StatementCompleted | |
- | BeginExecuteNonQuery () | |
- | BeginExecuteNonQuery (AsyncCallback callback, Object stateObject) | |
- | BeginExecuteReader () | |
- | BeginExecuteReader (AsyncCallback callback, Object stateObject) | |
- | BeginExecuteReader (CommandBehavior behavior) | |
- | BeginExecuteReader (AsyncCallback callback, Object stateObject, CommandBehavior behavior) | |
- | BeginExecuteXmlReader () | |
- | BeginExecuteXmlReader (AsyncCallback callback, Object stateObject) | |
= | Cancel () | |
- | Clone () | |
= | CreateParameter () | |
- | EndExecuteNonQuery (IAsyncResult asyncResult) | |
- | EndExecuteReader (IAsyncResult asyncResult) | |
- | EndExecuteXmlReader (IAsyncResult asyncResult) | |
= | ExecuteNonQuery () | |
= | ExecuteReader () | |
= | ExecuteReader (CommandBehavior behavior) | |
= | ExecuteScalar () | |
= | ExecuteXmlReader () | |
= | Prepare () | |
= | ResetCommandTimeout () | |
= | CommandText | |
= | CommandTimeout | |
= | CommandType | |
= | Connection | |
= | DesignTimeVisible | |
- | Notification | |
- | NotificationAutoEnlist | |
= | Parameters | |
= | Transaction | |
= | UpdatedRowSource |
System.Data.SqlClient.SqlCommandBuilder != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | DeriveParameters (SqlCommand command) | |
= | GetDeleteCommand () | |
- | GetDeleteCommand (Boolean useColumnsForParameterNames) | |
= | GetInsertCommand () | |
- | GetInsertCommand (Boolean useColumnsForParameterNames) | |
= | GetUpdateCommand () | |
- | GetUpdateCommand (Boolean useColumnsForParameterNames) | |
- | QuoteIdentifier (String unquotedIdentifier) | |
- | UnquoteIdentifier (String quotedIdentifier) | |
- | CatalogLocation | |
- | CatalogSeparator | |
= | DataAdapter | |
= | QuotePrefix | |
= | QuoteSuffix | |
- | SchemaSeparator |
System.Data.SqlClient.SqlConnection != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | InfoMessage | |
= | BeginTransaction () | |
= | BeginTransaction (IsolationLevel iso) | |
= | BeginTransaction (String transactionName) | |
= | BeginTransaction (IsolationLevel iso, String transactionName) | |
= | ChangeDatabase (String database) | |
- | ChangePassword (String connectionString, String newPassword) | |
- | ClearAllPools () | |
- | ClearPool (SqlConnection connection) | |
= | Close () | |
= | CreateCommand () | |
= | EnlistDistributedTransaction (ITransaction transaction) | |
- | EnlistTransaction (Transaction transaction) | |
- | GetSchema () | |
- | GetSchema (String collectionName) | |
- | GetSchema (String collectionName, String[] restrictionValues) | |
= | Open () | |
- | ResetStatistics () | |
- | RetrieveStatistics () | |
= | ConnectionString | |
= | ConnectionTimeout | |
= | Database | |
= | DataSource | |
- | FireInfoMessageEventOnUserErrors | |
= | PacketSize | |
= | ServerVersion | |
= | State | |
- | StatisticsEnabled | |
= | WorkstationId |
Powered by Ricciolo