Property | Type | Description | |
---|---|---|---|
Empty |
Method | Description | |
---|---|---|
Equals ( |
Equalses the specified other.
|
|
Equals ( object obj ) : bool |
Determines whether the specified object, is equal to this instance.
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
PostgreSqlObjectName ( string qualifiedName ) : System |
Initializes a new instance of the PostgreSqlObjectName struct.
|
|
PostgreSqlObjectName ( string schema, string name ) : System |
Initializes a new instance of the PostgreSqlObjectName struct.
|
|
PostgreSqlObjectName ( string database, string schema, string name ) : System |
Initializes a new instance of the PostgreSqlObjectName struct.
|
|
ToQuotedString ( ) : string |
To the quoted string.
|
|
ToString ( ) : string |
Returns a string that represents this instance.
|
|
operator ( ) : bool |
Implements the operator !=.
|
public Equals ( |
||
other | The other. | |
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public PostgreSqlObjectName ( string qualifiedName ) : System | ||
qualifiedName | string | Name of the qualified. |
return | System |
public PostgreSqlObjectName ( string schema, string name ) : System | ||
schema | string | The schema. |
name | string | The name. |
return | System |
public PostgreSqlObjectName ( string database, string schema, string name ) : System | ||
database | string | The database. |
schema | string | The schema. |
name | string | The name. |
return | System |