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 ... 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 ...
![]() | System.Data.Common.DataAdapter != | |
---|---|---|
![]() | - | FillError |
![]() | = | Fill (DataSet dataSet) |
![]() | = | FillSchema (DataSet dataSet, SchemaType schemaType) |
![]() | = | GetFillParameters () |
![]() | - | ResetFillLoadOption () |
![]() | - | ShouldSerializeAcceptChangesDuringFill () |
![]() | - | ShouldSerializeFillLoadOption () |
![]() | = | Update (DataSet dataSet) |
![]() | = | AcceptChangesDuringFill |
![]() | - | AcceptChangesDuringUpdate |
![]() | = | ContinueUpdateOnError |
![]() | - | FillLoadOption |
![]() | = | MissingMappingAction |
![]() | = | MissingSchemaAction |
![]() | - | ReturnProviderSpecificTypes |
![]() | = | TableMappings |
![]() | System.Data.Common.DataColumnMapping != | |
---|---|---|
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | GetDataColumnBySchemaAction (DataTable dataTable, Type dataType, MissingSchemaAction schemaAction) |
![]() | - | GetDataColumnBySchemaAction (String sourceColumn, String dataSetColumn, DataTable dataTable, Type dataType, MissingSchemaAction schemaAction) |
![]() | = | ToString () |
![]() | = | DataSetColumn |
![]() | = | SourceColumn |
![]() | System.Data.Common.DataColumnMappingCollection != | |
---|---|---|
![]() | = | .ctor () |
![]() | = | Add (Object value) |
![]() | = | Add (String sourceColumn, String dataSetColumn) |
![]() | = | AddRange (DataColumnMapping[] values) |
![]() | - | AddRange (Array values) |
![]() | = | Clear () |
![]() | = | Contains (String value) |
![]() | = | Contains (Object value) |
![]() | = | CopyTo (Array array, Int32 index) |
![]() | - | CopyTo (DataColumnMapping[] array, Int32 index) |
![]() | = | GetByDataSetColumn (String value) |
![]() | = | GetColumnMappingBySchemaAction (DataColumnMappingCollection columnMappings, String sourceColumn, MissingMappingAction mappingAction) |
![]() | - | GetDataColumn (DataColumnMappingCollection columnMappings, String sourceColumn, Type dataType, DataTable dataTable, MissingMappingAction mappingAction, MissingSchemaAction schemaAction) |
![]() | = | GetEnumerator () |
![]() | = | IndexOf (Object value) |
![]() | = | IndexOf (String sourceColumn) |
![]() | = | IndexOfDataSetColumn (String dataSetColumn) |
![]() | = | Insert (Int32 index, Object value) |
![]() | - | Insert (Int32 index, DataColumnMapping value) |
![]() | = | Remove (Object value) |
![]() | - | Remove (DataColumnMapping value) |
![]() | = | RemoveAt (Int32 index) |
![]() | = | RemoveAt (String sourceColumn) |
![]() | = | Count |
![]() | = | Item [Int32 index] |
![]() | = | Item [String sourceColumn] |
![]() | System.Data.Common.DataTableMapping != | |
---|---|---|
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | GetColumnMappingBySchemaAction (String sourceColumn, MissingMappingAction mappingAction) |
![]() | - | GetDataColumn (String sourceColumn, Type dataType, DataTable dataTable, MissingMappingAction mappingAction, MissingSchemaAction schemaAction) |
![]() | = | GetDataTableBySchemaAction (DataSet dataSet, MissingSchemaAction schemaAction) |
![]() | = | ToString () |
![]() | = | ColumnMappings |
![]() | = | DataSetTable |
![]() | = | SourceTable |
![]() | System.Data.Common.DataTableMappingCollection != | |
---|---|---|
![]() | = | .ctor () |
![]() | = | Add (Object value) |
![]() | = | Add (String sourceTable, String dataSetTable) |
![]() | = | AddRange (DataTableMapping[] values) |
![]() | - | AddRange (Array values) |
![]() | = | Clear () |
![]() | = | Contains (String value) |
![]() | = | Contains (Object value) |
![]() | = | CopyTo (Array array, Int32 index) |
![]() | - | CopyTo (DataTableMapping[] array, Int32 index) |
![]() | = | GetByDataSetTable (String dataSetTable) |
![]() | = | GetEnumerator () |
![]() | = | GetTableMappingBySchemaAction (DataTableMappingCollection tableMappings, String sourceTable, String dataSetTable, MissingMappingAction mappingAction) |
![]() | = | IndexOf (Object value) |
![]() | = | IndexOf (String sourceTable) |
![]() | = | IndexOfDataSetTable (String dataSetTable) |
![]() | = | Insert (Int32 index, Object value) |
![]() | - | Insert (Int32 index, DataTableMapping value) |
![]() | = | Remove (Object value) |
![]() | - | Remove (DataTableMapping value) |
![]() | = | RemoveAt (Int32 index) |
![]() | = | RemoveAt (String sourceTable) |
![]() | = | Count |
![]() | = | Item [Int32 index] |
![]() | = | Item [String sourceTable] |
![]() | System.Data.Common.DbCommand + | |
---|---|---|
![]() | + | Cancel () |
![]() | + | CreateParameter () |
![]() | + | ExecuteNonQuery () |
![]() | + | ExecuteReader () |
![]() | + | ExecuteReader (CommandBehavior behavior) |
![]() | + | ExecuteScalar () |
![]() | + | Prepare () |
![]() | + | CommandText |
![]() | + | CommandTimeout |
![]() | + | CommandType |
![]() | + | Connection |
![]() | + | DesignTimeVisible |
![]() | + | Parameters |
![]() | + | Transaction |
![]() | + | UpdatedRowSource |
![]() | System.Data.Common.DbCommandBuilder + | |
---|---|---|
![]() | + | GetDeleteCommand () |
![]() | + | GetDeleteCommand (Boolean useColumnsForParameterNames) |
![]() | + | GetInsertCommand () |
![]() | + | GetInsertCommand (Boolean useColumnsForParameterNames) |
![]() | + | GetUpdateCommand () |
![]() | + | GetUpdateCommand (Boolean useColumnsForParameterNames) |
![]() | + | QuoteIdentifier (String unquotedIdentifier) |
![]() | + | RefreshSchema () |
![]() | + | UnquoteIdentifier (String quotedIdentifier) |
![]() | + | CatalogLocation |
![]() | + | CatalogSeparator |
![]() | + | ConflictOption |
![]() | + | DataAdapter |
![]() | + | QuotePrefix |
![]() | + | QuoteSuffix |
![]() | + | SchemaSeparator |
![]() | + | SetAllValues |
![]() | System.Data.Common.DbConnection + | |
---|---|---|
![]() | + | StateChange |
![]() | + | BeginTransaction () |
![]() | + | BeginTransaction (IsolationLevel isolationLevel) |
![]() | + | ChangeDatabase (String databaseName) |
![]() | + | Close () |
![]() | + | CreateCommand () |
![]() | + | EnlistTransaction (Transaction transaction) |
![]() | + | GetSchema () |
![]() | + | GetSchema (String collectionName) |
![]() | + | GetSchema (String collectionName, String[] restrictionValues) |
![]() | + | Open () |
![]() | + | ConnectionString |
![]() | + | ConnectionTimeout |
![]() | + | Database |
![]() | + | DataSource |
![]() | + | ServerVersion |
![]() | + | State |
![]() | System.Data.Common.DbConnectionStringBuilder + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | .ctor () |
![]() | + | Add (String keyword, Object value) |
![]() | + | AppendKeyValuePair (StringBuilder builder, String keyword, String value) |
![]() | + | AppendKeyValuePair (StringBuilder builder, String keyword, String value, Boolean useOdbcRules) |
![]() | + | Clear () |
![]() | + | ContainsKey (String keyword) |
![]() | + | EquivalentTo (DbConnectionStringBuilder connectionStringBuilder) |
![]() | + | Remove (String keyword) |
![]() | + | ShouldSerialize (String keyword) |
![]() | + | ToString () |
![]() | + | TryGetValue (String keyword, Object& value) |
![]() | + | BrowsableConnectionString |
![]() | + | ConnectionString |
![]() | + | Count |
![]() | + | IsFixedSize |
![]() | + | IsReadOnly |
![]() | + | Item [String keyword] |
![]() | + | Keys |
![]() | + | Values |
![]() | System.Data.Common.DbDataAdapter != | |
---|---|---|
![]() | = | DefaultSourceTableName |
![]() | = | Fill (DataSet dataSet) |
![]() | = | Fill (DataSet dataSet, String srcTable) |
![]() | = | Fill (DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable) |
![]() | = | Fill (DataTable dataTable) |
![]() | - | Fill (Int32 startRecord, Int32 maxRecords, DataTable[] dataTables) |
![]() | = | FillSchema (DataTable dataTable, SchemaType schemaType) |
![]() | = | FillSchema (DataSet dataSet, SchemaType schemaType) |
![]() | = | FillSchema (DataSet dataSet, SchemaType schemaType, String srcTable) |
![]() | = | GetFillParameters () |
![]() | = | Update (DataSet dataSet) |
![]() | = | Update (DataRow[] dataRows) |
![]() | = | Update (DataTable dataTable) |
![]() | = | Update (DataSet dataSet, String srcTable) |
![]() | - | DeleteCommand |
![]() | - | InsertCommand |
![]() | - | SelectCommand |
![]() | - | UpdateBatchSize |
![]() | - | UpdateCommand |
![]() | System.Data.Common.DBDataPermission != | |
---|---|---|
![]() | + | .ctor () |
![]() | = | Add (String connectionString, String restrictions, KeyRestrictionBehavior behavior) |
![]() | = | Add (String connectionString, String restrictions, KeyRestrictionBehavior behavior) |
![]() | = | Copy () |
![]() | = | Copy () |
![]() | = | FromXml (SecurityElement securityElement) |
![]() | = | FromXml (SecurityElement securityElement) |
![]() | = | Intersect (IPermission target) |
![]() | = | Intersect (IPermission target) |
![]() | = | IsSubsetOf (IPermission target) |
![]() | = | IsSubsetOf (IPermission target) |
![]() | = | IsUnrestricted () |
![]() | = | IsUnrestricted () |
![]() | = | ToXml () |
![]() | = | ToXml () |
![]() | = | Union (IPermission target) |
![]() | = | Union (IPermission target) |
![]() | = | AllowBlankPassword |
![]() | = | AllowBlankPassword |
![]() | System.Data.Common.DBDataPermissionAttribute != | |
---|---|---|
![]() | - | ShouldSerializeConnectionString () |
![]() | - | ShouldSerializeKeyRestrictions () |
![]() | = | AllowBlankPassword |
![]() | = | ConnectionString |
![]() | = | KeyRestrictionBehavior |
![]() | = | KeyRestrictions |
![]() | System.Data.KeyRestrictionBehavior = | |
---|---|---|
![]() | = | AllowOnly |
![]() | = | PreventUsage |
![]() | = | value__ |
![]() | System.Data.Common.DbDataRecord = | |
---|---|---|
![]() | = | GetBoolean (Int32 i) |
![]() | = | GetByte (Int32 i) |
![]() | = | GetBytes (Int32 i, Int64 dataIndex, Byte[] buffer, Int32 bufferIndex, Int32 length) |
![]() | = | GetChar (Int32 i) |
![]() | = | GetChars (Int32 i, Int64 dataIndex, Char[] buffer, Int32 bufferIndex, Int32 length) |
![]() | = | GetData (Int32 i) |
![]() | = | GetDataTypeName (Int32 i) |
![]() | = | GetDateTime (Int32 i) |
![]() | = | GetDecimal (Int32 i) |
![]() | = | GetDouble (Int32 i) |
![]() | = | GetFieldType (Int32 i) |
![]() | = | GetFloat (Int32 i) |
![]() | = | GetGuid (Int32 i) |
![]() | = | GetInt16 (Int32 i) |
![]() | = | GetInt32 (Int32 i) |
![]() | = | GetInt64 (Int32 i) |
![]() | = | GetName (Int32 i) |
![]() | = | GetOrdinal (String name) |
![]() | = | GetString (Int32 i) |
![]() | = | GetValue (Int32 i) |
![]() | = | GetValues (Object[] values) |
![]() | = | IsDBNull (Int32 i) |
![]() | = | FieldCount |
![]() | = | Item [Int32 i] |
![]() | = | Item [String name] |
Powered by Ricciolo