Property | Type | Description | |
---|---|---|---|
Empty |
Method | Description | |
---|---|---|
Equals ( |
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. |
|
SqlServerObjectName ( string schemaAndName ) : System |
Initializes a new instance of the SqlServerObjectName struct.
|
|
SqlServerObjectName ( string schema, string name ) : System |
Initializes a new instance of the SqlServerObjectName struct.
|
|
SqlServerObjectName ( string database, string schema, string name ) : System |
Initializes a new instance of the SqlServerObjectName 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. |
Method | Description | |
---|---|---|
Normalize ( string value ) : string |
public Equals ( |
||
other | ||
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public SqlServerObjectName ( string schemaAndName ) : System | ||
schemaAndName | string | Name of the schema and. |
return | System |
public SqlServerObjectName ( string schema, string name ) : System | ||
schema | string | The schema. |
name | string | The name. |
return | System |
public SqlServerObjectName ( string database, string schema, string name ) : System | ||
database | string | The database. |
schema | string | The schema. |
name | string | The name. |
return | System |