Вы находитесь на странице: 1из 12

<see cref="T:System.Data.IDataReader"/> object.</para> </returns> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.Upda teDataSet(System.Data.DataSet,System.String,System.Data.Common.DbCommand,System. Data.Common.DbCommand,System.Data.Common.DbCommand,Microsoft.Practices.Enterpris eLibrary.Data.

UpdateBehavior)"> <summary> <para>Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the <see cref="T:System.Data.DataSet"/ >.</para> </summary> <param name="dataSet"><para>The <see cref="T:System.Data.DataSet"/> used to update the data source.</para></param> <param name="tableName"><para>The name of the source table to use fo r table mapping.</para></param> <param name="insertCommand"><para>The <see cref="T:System.Data.Commo n.DbCommand"/> executed when <see cref="T:System.Data.DataRowState"/> is <seeals o cref="F:System.Data.DataRowState.Added"/></para></param> <param name="updateCommand"><para>The <see cref="T:System.Data.Commo n.DbCommand"/> executed when <see cref="T:System.Data.DataRowState"/> is <seeals o cref="F:System.Data.DataRowState.Modified"/></para></param> <param name="deleteCommand"><para>The <see cref="T:System.Data.Commo n.DbCommand"/> executed when <see cref="T:System.Data.DataRowState"/> is <seeals o cref="F:System.Data.DataRowState.Deleted"/></para></param> <param name="updateBehavior"><para>One of the <see cref="T:Microsoft .Practices.EnterpriseLibrary.Data.UpdateBehavior"/> values.</para></param> <returns>number of records affected</returns> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.Upda teDataSet(System.Data.DataSet,System.String,System.Data.Common.DbCommand,System. Data.Common.DbCommand,System.Data.Common.DbCommand,System.Data.Common.DbTransact ion)"> <summary> <para>Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the <see cref="T:System.Data.DataSet"/ > within a transaction.</para> </summary> <param name="dataSet"><para>The <see cref="T:System.Data.DataSet"/> used to update the data source.</para></param> <param name="tableName"><para>The name of the source table to use fo r table mapping.</para></param> <param name="insertCommand"><para>The <see cref="T:System.Data.Commo n.DbCommand"/> executed when <see cref="T:System.Data.DataRowState"/> is <seeals o cref="F:System.Data.DataRowState.Added"/>.</para></param> <param name="updateCommand"><para>The <see cref="T:System.Data.Commo n.DbCommand"/> executed when <see cref="T:System.Data.DataRowState"/> is <seeals o cref="F:System.Data.DataRowState.Modified"/>.</para></param> <param name="deleteCommand"><para>The <see cref="T:System.Data.Commo n.DbCommand"/> executed when <see cref="T:System.Data.DataRowState"/> is <seeals o cref="F:System.Data.DataRowState.Deleted"/>.</para></param> <param name="transaction"><para>The <see cref="T:System.Data.IDbTran saction"/> to use.</para></param> <returns>Number of records affected.</returns> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.AddP arameter(System.Data.Common.DbCommand,System.String,System.Data.DbType,System.In t32,System.Data.ParameterDirection,System.Boolean,System.Byte,System.Byte,System .String,System.Data.DataRowVersion,System.Object)"> <summary>

Adds a new In <see cref="T:System.Data.Common.DbParameter"/> object to the given <paramref name="command"/>. </summary> <param name="command">The command to add the parameter.</param> <param name="name"><para>The name of the parameter.</para></param> <param name="dbType"><para>One of the <see cref="T:System.Data.DbTyp e"/> values.</para></param> <param name="size"><para>The maximum size of the data within the col umn.</para></param> <param name="direction"><para>One of the <see cref="T:System.Data.Pa rameterDirection"/> values.</para></param> <param name="nullable"><para>Avalue indicating whether the parameter accepts <see langword="null"/> (<b>Nothing</b> in Visual Basic) values.</para>< /param> <param name="precision"><para>The maximum number of digits used to r epresent the <paramref name="value"/>.</para></param> <param name="scale"><para>The number of decimal places to which <par amref name="value"/> is resolved.</para></param> <param name="sourceColumn"><para>The name of the source column mappe d to the DataSet and used for loading or returning the <paramref name="value"/>. </para></param> <param name="sourceVersion"><para>One of the <see cref="T:System.Dat a.DataRowVersion"/> values.</para></param> <param name="value"><para>The value of the parameter.</para></param> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.AddP arameter(System.Data.Common.DbCommand,System.String,System.Data.DbType,System.Da ta.ParameterDirection,System.String,System.Data.DataRowVersion,System.Object)"> <summary> <para>Adds a new instance of a <see cref="T:System.Data.Common.DbPar ameter"/> object to the command.</para> </summary> <param name="command">The command to add the parameter.</param> <param name="name"><para>The name of the parameter.</para></param> <param name="dbType"><para>One of the <see cref="T:System.Data.DbTyp e"/> values.</para></param> <param name="direction"><para>One of the <see cref="T:System.Data.Pa rameterDirection"/> values.</para></param> <param name="sourceColumn"><para>The name of the source column mappe d to the DataSet and used for loading or returning the <paramref name="value"/>. </para></param> <param name="sourceVersion"><para>One of the <see cref="T:System.Dat a.DataRowVersion"/> values.</para></param> <param name="value"><para>The value of the parameter.</para></param> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.AddO utParameter(System.Data.Common.DbCommand,System.String,System.Data.DbType,System .Int32)"> <summary> Adds a new Out <see cref="T:System.Data.Common.DbParameter"/> object to the given <paramref name="command"/>. </summary> <param name="command">The command to add the out parameter.</param> <param name="name"><para>The name of the parameter.</para></param> <param name="dbType"><para>One of the <see cref="T:System.Data.DbTyp e"/> values.</para></param> <param name="size"><para>The maximum size of the data within the col umn.</para></param>

</member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.AddI nParameter(System.Data.Common.DbCommand,System.String,System.Data.DbType)"> <summary> Adds a new In <see cref="T:System.Data.Common.DbParameter"/> object to the given <paramref name="command"/>. </summary> <param name="command">The command to add the in parameter.</param> <param name="name"><para>The name of the parameter.</para></param> <param name="dbType"><para>One of the <see cref="T:System.Data.DbTyp e"/> values.</para></param> <remarks> <para>This version of the method is used when you can have the same parameter object multiple times with different values.</para> </remarks> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.AddI nParameter(System.Data.Common.DbCommand,System.String,System.Data.DbType,System. Object)"> <summary> Adds a new In <see cref="T:System.Data.Common.DbParameter"/> object to the given <paramref name="command"/>. </summary> <param name="command">The commmand to add the parameter.</param> <param name="name"><para>The name of the parameter.</para></param> <param name="dbType"><para>One of the <see cref="T:System.Data.DbTyp e"/> values.</para></param> <param name="value"><para>The value of the parameter.</para></param> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.AddI nParameter(System.Data.Common.DbCommand,System.String,System.Data.DbType,System. String,System.Data.DataRowVersion)"> <summary> Adds a new In <see cref="T:System.Data.Common.DbParameter"/> object to the given <paramref name="command"/>. </summary> <param name="command">The command to add the parameter.</param> <param name="name"><para>The name of the parameter.</para></param> <param name="dbType"><para>One of the <see cref="T:System.Data.DbTyp e"/> values.</para></param> <param name="sourceColumn"><para>The name of the source column mappe d to the DataSet and used for loading or returning the value.</para></param> <param name="sourceVersion"><para>One of the <see cref="T:System.Dat a.DataRowVersion"/> values.</para></param> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.Clea rParameterCache"> <summary> Clears the parameter cache. Since there is only one parameter cache that is shared by all instances of this class, this clears all parameters cached for all databases. </summary> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.SetP arameterValue(System.Data.Common.DbCommand,System.String,System.Object)"> <summary> Sets a parameter value. </summary> <param name="command">The command with the parameter.</param>

<param name="parameterName">The parameter name.</param> <param name="value">The parameter value.</param> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.GetP arameterValue(System.Data.Common.DbCommand,System.String)"> <summary> Gets a parameter value. </summary> <param name="command">The command that contains the parameter.</para m> <param name="name">The name of the parameter.</param> <returns>The value of the parameter.</returns> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.Prep areCommand(System.Data.Common.DbCommand,System.Data.Common.DbConnection)"> <summary> <para>Assigns a <paramref name="connection"/> to the <paramref name= "command"/> and discovers parameters if needed.</para> </summary> <param name="command"><para>The command that contains the query to p repare.</para></param> <param name="connection">The connection to assign to the command.</p aram> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.Prep areCommand(System.Data.Common.DbCommand,System.Data.Common.DbTransaction)"> <summary> <para>Assigns a <paramref name="transaction"/> to the <paramref name ="command"/> and discovers parameters if needed.</para> </summary> <param name="command"><para>The command that contains the query to p repare.</para></param> <param name="transaction">The transaction to assign to the command.< /param> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.Open Connection"> <summary> <para>Opens a connection.</para> </summary> <returns>The opened connection.</returns> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.Same NumberOfParametersAndValues(System.Data.Common.DbCommand,System.Object[])"> <summary> Determines if the number of parameters in the command matches the ar ray of parameter values. </summary> <param name="command">The <see cref="T:System.Data.Common.DbCommand" /> containing the parameters.</param> <param name="values">The array of parameter values.</param> <returns><see langword="true"/> if the number of parameters and valu es match; otherwise, <see langword="false"/>.</returns> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.Buil dParameterName(System.String)"> <summary> Builds a value parameter name for the current database. </summary> <param name="name">The name of the parameter.</param>

<returns>A correctly formated parameter name.</returns> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.Disc overParameters(System.Data.Common.DbCommand)"> <summary> Discovers the parameters for a <see cref="T:System.Data.Common.DbCom mand"/>. </summary> <param name="command">The <see cref="T:System.Data.Common.DbCommand" /> to discover the parameters.</param> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.Deri veParameters(System.Data.Common.DbCommand)"> <summary> Retrieves parameter information from the stored procedure specified in the <see cref="T:System.Data.Common.DbCommand"/> and populates the Parameters collection of the specified <see cref="T:System.Data.Common.DbCommand"/> object . </summary> <param name="discoveryCommand">The <see cref="T:System.Data.Common.D bCommand"/> to do the discovery.</param> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.Crea teParameter(System.String,System.Data.DbType,System.Int32,System.Data.ParameterD irection,System.Boolean,System.Byte,System.Byte,System.String,System.Data.DataRo wVersion,System.Object)"> <summary> <para>Adds a new instance of a <see cref="T:System.Data.Common.DbPar ameter"/> object.</para> </summary> <param name="name"><para>The name of the parameter.</para></param> <param name="dbType"><para>One of the <see cref="T:System.Data.DbTyp e"/> values.</para></param> <param name="size"><para>The maximum size of the data within the col umn.</para></param> <param name="direction"><para>One of the <see cref="T:System.Data.Pa rameterDirection"/> values.</para></param> <param name="nullable"><para>Avalue indicating whether the parameter accepts <see langword="null"/> (<b>Nothing</b> in Visual Basic) values.</para>< /param> <param name="precision"><para>The maximum number of digits used to r epresent the <paramref name="value"/>.</para></param> <param name="scale"><para>The number of decimal places to which <par amref name="value"/> is resolved.</para></param> <param name="sourceColumn"><para>The name of the source column mappe d to the DataSet and used for loading or returning the <paramref name="value"/>. </para></param> <param name="sourceVersion"><para>One of the <see cref="T:System.Dat a.DataRowVersion"/> values.</para></param> <param name="value"><para>The value of the parameter.</para></param> <returns>A newly created <see cref="T:System.Data.Common.DbParameter "/> fully initialized with given parameters.</returns> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.Crea teParameter(System.String)"> <summary> <para>Adds a new instance of a <see cref="T:System.Data.Common.DbPar ameter"/> object.</para> </summary>

<param name="name"><para>The name of the parameter.</para></param> <returns><para>An unconfigured parameter.</para></returns> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.User ParametersStartIndex"> <summary> Returns the starting index for parameters in a command. </summary> <returns>The starting index for parameters in a command.</returns> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Database.Conf igureParameter(System.Data.Common.DbParameter,System.String,System.Data.DbType,S ystem.Int32,System.Data.ParameterDirection,System.Boolean,System.Byte,System.Byt e,System.String,System.Data.DataRowVersion,System.Object)"> <summary> Configures a given <see cref="T:System.Data.Common.DbParameter"/>. </summary> <param name="param">The <see cref="T:System.Data.Common.DbParameter" /> to configure.</param> <param name="name"><para>The name of the parameter.</para></param> <param name="dbType"><para>One of the <see cref="T:System.Data.DbTyp e"/> values.</para></param> <param name="size"><para>The maximum size of the data within the col umn.</para></param> <param name="direction"><para>One of the <see cref="T:System.Data.Pa rameterDirection"/> values.</para></param> <param name="nullable"><para>Avalue indicating whether the parameter accepts <see langword="null"/> (<b>Nothing</b> in Visual Basic) values.</para>< /param> <param name="precision"><para>The maximum number of digits used to r epresent the <paramref name="value"/>.</para></param> <param name="scale"><para>The number of decimal places to which <par amref name="value"/> is resolved.</para></param> <param name="sourceColumn"><para>The name of the source column mappe d to the DataSet and used for loading or returning the <paramref name="value"/>. </para></param> <param name="sourceVersion"><para>One of the <see cref="T:System.Dat a.DataRowVersion"/> values.</para></param> <param name="value"><para>The value of the parameter.</para></param> </member> <member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Database.Conn ectionString"> <summary> <para>Gets the string used to open a database.</para> </summary> <value> <para>The string used to open a database.</para> </value> <seealso cref="P:System.Data.Common.DbConnection.ConnectionString"/> </member> <member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Database.DbPr oviderFactory"> <summary> <para>Gets the DbProviderFactory used by the database instance.</par a> </summary> <seealso cref="P:Microsoft.Practices.EnterpriseLibrary.Data.Database .DbProviderFactory"/> </member>

<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Database.Conn ectionStringNoCredentials"> <summary> <para>Gets the connection string without the username and password.< /para> </summary> <value> <para>The connection string without the username and password.</para > </value> <seealso cref="P:Microsoft.Practices.EnterpriseLibrary.Data.Database .ConnectionString"/> </member> <member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Database.Conn ectionStringWithoutCredentials"> <summary> Gets the connection string without credentials. </summary> <value> The connection string without credentials. </value> </member> <member name="T:Microsoft.Practices.EnterpriseLibrary.Data.DatabaseConfi gurationView"> <summary> <para>Represents a view for navigating the <see cref="P:Microsoft.Pr actices.EnterpriseLibrary.Data.DatabaseConfigurationView.DatabaseSettings"/> con figuration data.</para> </summary> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.DatabaseConfi gurationView.#ctor(Microsoft.Practices.EnterpriseLibrary.Common.Configuration.IC onfigurationSource)"> <summary> <para>Initializes a new instance of the <see cref="T:Microsoft.Pract ices.EnterpriseLibrary.Data.DatabaseConfigurationView"/> class with an <see cref ="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.IConfigurationSou rce"/> object.</para> </summary> <param name="configurationSource"> <para>A <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Co nfiguration.IConfigurationSource"/> object.</para> </param> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.DatabaseConfi gurationView.GetConnectionStringSettings(System.String)"> <summary> Returns the <see cref="T:System.Configuration.ConnectionStringSettin gs"/> object with the given name from the connection strings configuration section in the receiver's configuration source. </summary> <remarks> The connection string will be retrieved from the configuration sourc e if it contains the connection strings section, otherwise it will be retrieved from the default configuration file. </remarks> <param name="name">The name for the desired connection string config uration.</param> <returns>The connection string configuration.</returns> <exception cref="T:System.ArgumentException">if <paramref name="name

"/> is <see langword="null"/> (<b>Nothing</b> in Visual Basic) or empty.</except ion> <exception cref="T:System.Configuration.ConfigurationErrorsException ">if the connection string object is not found, or if it does not specify a prov ider name.</exception> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.DatabaseConfi gurationView.GetProviderMapping(System.String,System.String)"> <summary> Returns the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data. Configuration.DbProviderMapping"/> that specifies the mapping between an ADO.NET provider factory and a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Database"/> instance. </summary> <remarks> The mapping based in logical names will be probed first. If there is no success, the default type based mappings will be considered. If no default mapping is defined for the provide r factory type, the generic database will be used. </remarks> <param name="name">The name of the <see cref="T:Microsoft.Practices. EnterpriseLibrary.Data.Database"/> instance.</param> <param name="dbProviderName">The logical provider name.</param> <returns>The <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data .Configuration.DbProviderMapping"/> that matches the <paramref name="dbProviderN ame"/>.</returns> </member> <member name="P:Microsoft.Practices.EnterpriseLibrary.Data.DatabaseConfi gurationView.DatabaseSettings"> <summary> <para>Gets the <see cref="P:Microsoft.Practices.EnterpriseLibrary.Da ta.DatabaseConfigurationView.DatabaseSettings"/> configuration data.</para> </summary> <returns> <para>The <see cref="P:Microsoft.Practices.EnterpriseLibrary.Data.Da tabaseConfigurationView.DatabaseSettings"/> configuration data.</para> </returns> </member> <member name="P:Microsoft.Practices.EnterpriseLibrary.Data.DatabaseConfi gurationView.DefaultName"> <summary> <para>Gets the name of the default configured <see cref="T:Microsoft .Practices.EnterpriseLibrary.Data.Database"/>.</para> </summary> <returns> <para>The name of the default configured <see cref="T:Microsoft.Prac tices.EnterpriseLibrary.Data.Database"/>.</para> </returns> </member> <member name="T:Microsoft.Practices.EnterpriseLibrary.Data.DatabaseFacto ry"> <summary> Contains factory methods for creating Database objects. </summary> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.DatabaseFacto ry.CreateDatabase"> <summary> Method for invoking a default Database object. Reads default setting

s from the ConnectionSettings.config file. </summary> <example> <code> Database dbSvc = DatabaseFactory.CreateDatabase(); </code> </example> <returns>Database</returns> <exception cref="T:System.Configuration.ConfigurationException"> <para>An error occured while reading the configuration.</para> </exception> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.DatabaseFacto ry.CreateDatabase(System.String)"> <summary> Method for invoking a specified Database service object. Reads serv ice settings from the ConnectionSettings.config file. </summary> <example> <code> Database dbSvc = DatabaseFactory.CreateDatabase("SQL_Customers"); </code> </example> <param name="name">configuration key for database service</param> <returns>Database</returns> <exception cref="T:System.Configuration.ConfigurationException"> <para><paramref name="instanceName"/> is not defined in configuratio n.</para> <para>- or -</para> <para>An error exists in the configuration.</para> <para>- or -</para> <para>An error occured while reading the configuration.</para> </exception> <exception cref="T:System.Reflection.TargetInvocationException"> <para>The constructor being called throws an exception.</para> </exception> </member> <member name="T:Microsoft.Practices.EnterpriseLibrary.Data.DatabaseMappe r"> <summary> This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Resolves default names for databases. </summary> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.DatabaseMappe r.MapName(System.String,Microsoft.Practices.EnterpriseLibrary.Common.Configurati on.IConfigurationSource)"> <summary> This method supports the Enterprise Library infrastructure and is no t intended to be used directly from your code. Returns the default database name from the configuration in the <par amref name="configSource"/>, if the value for <paramref name="name"/> is <see langword="null"/> (<b>Noth ing</b> in Visual Basic). </summary> <param name="name">The current name.</param>

<param name="configSource">The source for configuration information. </param> <returns>The default database name if <paramref name="name"/> is <se e langword="null"/> (<b>Nothing</b> in Visual Basic), otherwise the original value for <b>name</b>.</returns> </member> <member name="T:Microsoft.Practices.EnterpriseLibrary.Data.GenericDataba se"> <summary> The <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.GenericD atabase"/> is used when no specific behavior is required or known for a database . </summary> <remarks> This database exposes the <see cref="T:System.Data.Common.DbProvider Factory"/> used to allow for a provider agnostic programming model. </remarks> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.GenericDataba se.#ctor(System.String,System.Data.Common.DbProviderFactory)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Practices.E nterpriseLibrary.Data.GenericDatabase"/> class with a connection string and a provider factory. </summary> <param name="connectionString">The connection string.</param> <param name="dbProviderFactory">The provider factory.</param> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.GenericDataba se.DeriveParameters(System.Data.Common.DbCommand)"> <summary> This operation is not supported in this class. </summary> <param name="discoveryCommand">The <see cref="T:System.Data.Common.D bCommand"/> to do the discovery.</param> <remarks>There is no generic way to do it, the operation is not impl emented for <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.GenericDatab ase"/>.</remarks> <exception cref="T:System.NotSupportedException">Thrown whenever thi s method is called.</exception> </member> <member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentati on.CommandExecutedEventArgs"> <summary> Provides data for the <see cref="E:Microsoft.Practices.EnterpriseLib rary.Data.Instrumentation.DataInstrumentationProvider.commandExecuted"/> event. </summary> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentati on.CommandExecutedEventArgs.#ctor(System.DateTime)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Practices.E nterpriseLibrary.Data.Instrumentation.CommandExecutedEventArgs"/> class. </summary> <param name="startTime">The time the command started its execution.< /param> </member> <member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentati on.CommandExecutedEventArgs.StartTime">

<summary> Gets the time the command started its execution. </summary> </member> <member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentati on.CommandFailedEventArgs"> <summary> Provides data for the <see cref="E:Microsoft.Practices.EnterpriseLib rary.Data.Instrumentation.DataInstrumentationProvider.commandFailed"/> event. </summary> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentati on.CommandFailedEventArgs.#ctor(System.String,System.String,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Practices.E nterpriseLibrary.Data.Instrumentation.CommandFailedEventArgs"/> class. </summary> <param name="commandText">The text of the command that failed its ex ecution.</param> <param name="connectionString">The connection string of the <see cre f="T:Microsoft.Practices.EnterpriseLibrary.Data.Database"/> that executed the fa iled command, with credentials removed.</param> <param name="exception">The exception thrown when the command failed .</param> </member> <member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentati on.CommandFailedEventArgs.CommandText"> <summary> Gets the text of the command that failed its execution. </summary> </member> <member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentati on.CommandFailedEventArgs.ConnectionString"> <summary> Gets the connection string of the <see cref="T:Microsoft.Practices.E nterpriseLibrary.Data.Database"/> that executed the failed command, with credent ials removed. </summary> </member> <member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentati on.CommandFailedEventArgs.Exception"> <summary> Gets the exception thrown when the command failed. </summary> </member> <member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentati on.ConnectionFailedEventArgs"> <summary> Provides data for the <see cref="E:Microsoft.Practices.EnterpriseLib rary.Data.Instrumentation.DataInstrumentationProvider.connectionFailed"/> event. </summary> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentati on.ConnectionFailedEventArgs.#ctor(System.String,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Practices.E nterpriseLibrary.Data.Instrumentation.ConnectionFailedEventArgs"/> class. </summary> <param name="connectionString">The connection string that caused the failed connection, with credentials removed.</param>

<param name="exception">The exception thrown when the connection fai led.</param> </member> <member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentati on.ConnectionFailedEventArgs.ConnectionString"> <summary> Gets the connection string that caused the failed connection, with c redentials removed. </summary> </member> <member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentati on.ConnectionFailedEventArgs.Exception"> <summary> Gets the exception thrown when the connection failed. </summary> </member> <member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentati on.DataInstrumentationInstaller"> <summary> Represents the installer for the instrumentation events. Not intende d for direct use. </summary> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentati on.DataInstrumentationInstaller.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Practices.E nterpriseLibrary.Data.Instrumentation.DataInstrumentationInstaller"/> class. Lets the system know that the InstallUtil.exe tool will be run again st this assembly </summary> </member> <member name="F:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentati on.DataInstrumentationInstaller.components"> <summary> Required designer variable. </summary> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentati on.DataInstrumentationInstaller.Dispose(System.Boolean)"> <summary> Clean up any resources being used. </summary> <param name="disposing">true if managed resources should be disposed ; otherwise, false.</param> </member> <member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentati on.DataInstrumentationInstaller.InitializeComponent"> <summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary> </member> <member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentati on.DataInstrumentationListener"> <summary> Provides the concrete instrumentation for the logical events raised by a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.Dat aInstrumentationProvider"/> object.

Вам также может понравиться