C# Class Tortuga.Chain.Access.AccessObjectName

Represents an object in Acces (e.g. table, view, procedure)
Afficher le fichier Open project: docevaad/Chain Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty AccessObjectName

Méthodes publiques

Méthode Description
AccessObjectName ( string name ) : System

Initializes a new instance of the AccessObjectName struct.

Equals ( AccessObjectName other ) : bool

Returns true if the two objects are equal.

This is a case-insensitive comparison.

Equals ( object obj ) : bool

Determines whether the specified object, is equal to this instance.

This is a case-insensitive comparison.

GetHashCode ( ) : int

Returns a hash code for this instance.

This is a case-insensitive comparison.

ToQuotedString ( ) : string

To the quoted string.

ToString ( ) : string

Returns a string that represents this instance.

operator ( ) : bool

Implements the operator !=.

This is a case-insensitive comparison.

Private Methods

Méthode Description
Normalize ( string value ) : string

Method Details

AccessObjectName() public méthode

Initializes a new instance of the AccessObjectName struct.
public AccessObjectName ( string name ) : System
name string The name.
Résultat System

Equals() public méthode

Returns true if the two objects are equal.
This is a case-insensitive comparison.
public Equals ( AccessObjectName other ) : bool
other AccessObjectName
Résultat bool

Equals() public méthode

Determines whether the specified object, is equal to this instance.
This is a case-insensitive comparison.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
Résultat bool

GetHashCode() public méthode

Returns a hash code for this instance.
This is a case-insensitive comparison.
public GetHashCode ( ) : int
Résultat int

ToQuotedString() public méthode

To the quoted string.
public ToQuotedString ( ) : string
Résultat string

ToString() public méthode

Returns a string that represents this instance.
public ToString ( ) : string
Résultat string

operator() public static méthode

Implements the operator !=.
This is a case-insensitive comparison.
public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

An empty schema/name pair
public static AccessObjectName,Tortuga.Chain.Access Empty
Résultat AccessObjectName