C# Class Tortuga.Chain.SQLite.SQLiteObjectName

Represents an object in SQLite (e.g. table, view, procedure)
显示文件 Open project: docevaad/Chain Class Usage Examples

Public Properties

Property Type Description
Empty SQLiteObjectName

Public Methods

Method Description
Equals ( SQLiteObjectName 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.

SQLiteObjectName ( string name ) : System

Initializes a new instance of the SQLiteObjectName struct.

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

Method Description
Normalize ( string value ) : string

Method Details

Equals() public method

Returns true if the two objects are equal.
This is a case-insensitive comparison.
public Equals ( SQLiteObjectName other ) : bool
other SQLiteObjectName
return bool

Equals() public method

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.
return bool

GetHashCode() public method

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

SQLiteObjectName() public method

Initializes a new instance of the SQLiteObjectName struct.
public SQLiteObjectName ( string name ) : System
name string The name.
return System

ToQuotedString() public method

To the quoted string.
public ToQuotedString ( ) : string
return string

ToString() public method

Returns a string that represents this instance.
public ToString ( ) : string
return string

operator() public static method

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

Property Details

Empty public_oe static_oe property

An empty schema/name pair
public static SQLiteObjectName,Tortuga.Chain.SQLite Empty
return SQLiteObjectName