C# Class System.Data.ProviderBase.DbConnectionPoolIdentity

显示文件 Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
NoIdentity DbConnectionPoolIdentity

Private Properties

Property Type Description
DbConnectionPoolIdentity System.Security.Principal

Public Methods

Method Description
Equals ( object value ) : bool
GetHashCode ( ) : int

Private Methods

Method Description
DbConnectionPoolIdentity ( string sidString, bool isRestricted, bool isNetwork ) : System.Security.Principal

Method Details

Equals() public method

public Equals ( object value ) : bool
value object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

NoIdentity static_oe public_oe property

static public DbConnectionPoolIdentity,System.Data.ProviderBase NoIdentity
return DbConnectionPoolIdentity