ConnectionState (System.Data.ConnectionState)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: System.Data.dll

Describes the current state of the connection to a data source.

VB.NET C#

C#

public enum struct ConnectionState : System.IComparable, System.IFormattable, System.IConvertible
{
}

Articles

State Property

Property Value. One of the System.Data.ConnectionState values. The default is Closed . Implements. IDbConnection.State. Remarks. The allowed state changes are:

MySQL Lists: commits: Connector/NET commit: r252 - in trunk ...

... Assert.AreEqual( String.Empty, c.DataSource, "DataSource" ); - Assert.AreEqual( false, c.UseCompression, "Use Compression" ); - Assert.AreEqual( System.Data.ConnectionState ...

TERCERA EDAD View topic - Main.vb

Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data ...

Mono Documentation

Mono Class Library : System.Data Namespace System.Data.ConnectionState Enumeration ... Remarks Documentation for this section has not yet been entered. Members

MBR IT/.NET 247 : System.Data Namespace [Details]

System.Data.ConnectionState: System.Data.Constraint: System.Data.ConstraintCollection ... Bespoke Software? Commission Matthew Baxter-Reynolds and his team for your ...

MBR IT/.NET 247 : System.Data.ConnectionState Enumeration [Articles]

Building a Custom Data Provider for Use with the .NET Data Access Framework: MSDN: The System.Data.dll assembly in the .NET Framework contains namespaces whose base classes can be ...

To Christian Shay re problem casting ...

global::System.Data.ConnectionState previousConnectionState = command.Connection.State; if (((command.Connection.State & global::System.Data.ConnectionState.Open)

Declarative usage of stored functions ...

System.Data.ConnectionState previousConnectionState = command.Connection.State; if (((command.Connection.State & System.Data.ConnectionState.Open)

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support