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 ... 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 ...
System.Data.TypedDataSetGeneratorException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | GetObjectData (SerializationInfo info, StreamingContext context) | |
= | GetObjectData (SerializationInfo info, StreamingContext context) | |
= | ErrorList | |
= | ErrorList |
Microsoft.SqlServer.Server.SqlContext + | ||
---|---|---|
+ | IsAvailable | |
+ | Pipe | |
+ | TriggerContext | |
+ | WindowsIdentity |
System.Data.IDataRecord = | ||
---|---|---|
= | GetBoolean (Int32 i) | |
= | GetByte (Int32 i) | |
= | GetBytes (Int32 i, Int64 fieldOffset, Byte[] buffer, Int32 bufferoffset, Int32 length) | |
= | GetChar (Int32 i) | |
= | GetChars (Int32 i, Int64 fieldoffset, Char[] buffer, Int32 bufferoffset, 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] |
Microsoft.SqlServer.Server.SqlDataRecord + | ||
---|---|---|
+ | .ctor () | |
+ | GetBoolean (Int32 ordinal) | |
+ | GetByte (Int32 ordinal) | |
+ | GetBytes (Int32 ordinal, Int64 fieldOffset, Byte[] buffer, Int32 bufferOffset, Int32 length) | |
+ | GetChar (Int32 ordinal) | |
+ | GetChars (Int32 ordinal, Int64 fieldOffset, Char[] buffer, Int32 bufferOffset, Int32 length) | |
+ | GetDataTypeName (Int32 ordinal) | |
+ | GetDateTime (Int32 ordinal) | |
+ | GetDecimal (Int32 ordinal) | |
+ | GetDouble (Int32 ordinal) | |
+ | GetFieldType (Int32 ordinal) | |
+ | GetFloat (Int32 ordinal) | |
+ | GetGuid (Int32 ordinal) | |
+ | GetInt16 (Int32 ordinal) | |
+ | GetInt32 (Int32 ordinal) | |
+ | GetInt64 (Int32 ordinal) | |
+ | GetName (Int32 ordinal) | |
+ | GetOrdinal (String name) | |
+ | GetSqlBinary (Int32 ordinal) | |
+ | GetSqlBoolean (Int32 ordinal) | |
+ | GetSqlByte (Int32 ordinal) | |
+ | GetSqlBytes (Int32 ordinal) | |
+ | GetSqlChars (Int32 ordinal) | |
+ | GetSqlDateTime (Int32 ordinal) | |
+ | GetSqlDecimal (Int32 ordinal) | |
+ | GetSqlDouble (Int32 ordinal) | |
+ | GetSqlFieldType (Int32 ordinal) | |
+ | GetSqlGuid (Int32 ordinal) | |
+ | GetSqlInt16 (Int32 ordinal) | |
+ | GetSqlInt32 (Int32 ordinal) | |
+ | GetSqlInt64 (Int32 ordinal) | |
+ | GetSqlMetaData (Int32 ordinal) | |
+ | GetSqlMoney (Int32 ordinal) | |
+ | GetSqlSingle (Int32 ordinal) | |
+ | GetSqlString (Int32 ordinal) | |
+ | GetSqlValue (Int32 ordinal) | |
+ | GetSqlValues (Object[] values) | |
+ | GetSqlXml (Int32 ordinal) | |
+ | GetString (Int32 ordinal) | |
+ | GetValue (Int32 ordinal) | |
+ | GetValues (Object[] values) | |
+ | IsDBNull (Int32 ordinal) | |
+ | SetBoolean (Int32 ordinal, Boolean value) | |
+ | SetByte (Int32 ordinal, Byte value) | |
+ | SetBytes (Int32 ordinal, Int64 fieldOffset, Byte[] buffer, Int32 bufferOffset, Int32 length) | |
+ | SetChar (Int32 ordinal, Char value) | |
+ | SetChars (Int32 ordinal, Int64 fieldOffset, Char[] buffer, Int32 bufferOffset, Int32 length) | |
+ | SetDateTime (Int32 ordinal, DateTime value) | |
+ | SetDecimal (Int32 ordinal, Decimal value) | |
+ | SetDouble (Int32 ordinal, Double value) | |
+ | SetFloat (Int32 ordinal, Single value) | |
+ | SetGuid (Int32 ordinal, Guid value) | |
+ | SetInt16 (Int32 ordinal, Int16 value) | |
+ | SetInt32 (Int32 ordinal, Int32 value) | |
+ | SetInt64 (Int32 ordinal, Int64 value) | |
+ | SetSqlBinary (Int32 ordinal, SqlBinary value) | |
+ | SetSqlBoolean (Int32 ordinal, SqlBoolean value) | |
+ | SetSqlByte (Int32 ordinal, SqlByte value) | |
+ | SetSqlBytes (Int32 ordinal, SqlBytes value) | |
+ | SetSqlChars (Int32 ordinal, SqlChars value) | |
+ | SetSqlDateTime (Int32 ordinal, SqlDateTime value) | |
+ | SetSqlDecimal (Int32 ordinal, SqlDecimal value) | |
+ | SetSqlDouble (Int32 ordinal, SqlDouble value) | |
+ | SetSqlGuid (Int32 ordinal, SqlGuid value) | |
+ | SetSqlInt16 (Int32 ordinal, SqlInt16 value) | |
+ | SetSqlInt32 (Int32 ordinal, SqlInt32 value) | |
+ | SetSqlInt64 (Int32 ordinal, SqlInt64 value) | |
+ | SetSqlMoney (Int32 ordinal, SqlMoney value) | |
+ | SetSqlSingle (Int32 ordinal, SqlSingle value) | |
+ | SetSqlString (Int32 ordinal, SqlString value) | |
+ | SetSqlXml (Int32 ordinal, SqlXml value) | |
+ | SetString (Int32 ordinal, String value) | |
+ | SetValue (Int32 ordinal, Object value) | |
+ | SetValues (Object[] values) | |
+ | FieldCount | |
+ | Item [Int32 ordinal] | |
+ | Item [String name] |
Microsoft.SqlServer.Server.SqlPipe + | ||
---|---|---|
+ | ExecuteAndSend (SqlCommand command) | |
+ | Send (String message) | |
+ | Send (SqlDataReader reader) | |
+ | Send (SqlDataRecord record) | |
+ | SendResultsEnd () | |
+ | SendResultsRow (SqlDataRecord record) | |
+ | SendResultsStart (SqlDataRecord record) | |
+ | IsSendingResults |
Microsoft.SqlServer.Server.SqlTriggerContext + | ||
---|---|---|
+ | IsUpdatedColumn (Int32 columnOrdinal) | |
+ | ColumnCount | |
+ | EventData | |
+ | TriggerAction |
Microsoft.SqlServer.Server.TriggerAction + | ||
---|---|---|
+ | AlterAppRole | |
+ | AlterAssembly | |
+ | AlterBinding | |
+ | AlterFunction | |
+ | AlterIndex | |
+ | AlterLogin | |
+ | AlterPartitionFunction | |
+ | AlterPartitionScheme | |
+ | AlterProcedure | |
+ | AlterQueue | |
+ | AlterRole | |
+ | AlterRoute | |
+ | AlterSchema | |
+ | AlterService | |
+ | AlterTable | |
+ | AlterTrigger | |
+ | AlterUser | |
+ | AlterView | |
+ | CreateAppRole | |
+ | CreateAssembly | |
+ | CreateBinding | |
+ | CreateContract | |
+ | CreateEventNotification | |
+ | CreateFunction | |
+ | CreateIndex | |
+ | CreateLogin | |
+ | CreateMsgType | |
+ | CreatePartitionFunction | |
+ | CreatePartitionScheme | |
+ | CreateProcedure | |
+ | CreateQueue | |
+ | CreateRole | |
+ | CreateRoute | |
+ | CreateSchema | |
+ | CreateSecurityExpression | |
+ | CreateService | |
+ | CreateSynonym | |
+ | CreateTable | |
+ | CreateTrigger | |
+ | CreateType | |
+ | CreateUser | |
+ | CreateView | |
+ | Delete | |
+ | DenyObject | |
+ | DenyStatement | |
+ | DropAppRole | |
+ | DropAssembly | |
+ | DropBinding | |
+ | DropContract | |
+ | DropEventNotification | |
+ | DropFunction | |
+ | DropIndex | |
+ | DropLogin | |
+ | DropMsgType | |
+ | DropPartitionFunction | |
+ | DropPartitionScheme | |
+ | DropProcedure | |
+ | DropQueue | |
+ | DropRole | |
+ | DropRoute | |
+ | DropSchema | |
+ | DropSecurityExpression | |
+ | DropService | |
+ | DropSynonym | |
+ | DropTable | |
+ | DropTrigger | |
+ | DropType | |
+ | DropUser | |
+ | DropView | |
+ | GrantObject | |
+ | GrantStatement | |
+ | Insert | |
+ | Invalid | |
+ | RevokeObject | |
+ | RevokeStatement | |
+ | Update | |
+ | value__ |
System.Data.AcceptRejectRule = | ||
---|---|---|
= | Cascade | |
= | None | |
= | value__ |
System.Data.InternalDataCollectionBase = | ||
---|---|---|
= | .ctor () | |
= | CopyTo (Array ar, Int32 index) | |
= | GetEnumerator () | |
= | Count | |
= | IsReadOnly | |
= | IsSynchronized | |
= | SyncRoot |
System.Data.Common.CatalogLocation + | ||
---|---|---|
+ | End | |
+ | Start | |
+ | value__ |
System.Data.CommandBehavior = | ||
---|---|---|
= | CloseConnection | |
= | Default | |
= | KeyInfo | |
= | SchemaOnly | |
= | SequentialAccess | |
= | SingleResult | |
= | SingleRow | |
= | value__ |
System.Data.CommandType = | ||
---|---|---|
= | StoredProcedure | |
= | TableDirect | |
= | Text | |
= | value__ |
System.Data.ConflictOption + | ||
---|---|---|
+ | CompareAllSearchableValues | |
+ | CompareRowVersion | |
+ | OverwriteChanges | |
+ | value__ |
System.Data.ConnectionState = | ||
---|---|---|
= | Broken | |
= | Closed | |
= | Connecting | |
= | Executing | |
= | Fetching | |
= | Open | |
= | value__ |
Powered by Ricciolo