C# 클래스 Tortuga.Chain.SqlServer.SqlServerObjectName

Represents an object in SQL Server (e.g. table, view, procedure)
파일 보기 프로젝트 열기: docevaad/Chain 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty SqlServerObjectName

공개 메소드들

메소드 설명
Equals ( SqlServerObjectName 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.

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.

비공개 메소드들

메소드 설명
Normalize ( string value ) : string

메소드 상세

Equals() 공개 메소드

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

Equals() 공개 메소드

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.
리턴 bool

GetHashCode() 공개 메소드

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

SqlServerObjectName() 공개 메소드

Initializes a new instance of the SqlServerObjectName struct.
public SqlServerObjectName ( string schemaAndName ) : System
schemaAndName string Name of the schema and.
리턴 System

SqlServerObjectName() 공개 메소드

Initializes a new instance of the SqlServerObjectName struct.
public SqlServerObjectName ( string schema, string name ) : System
schema string The schema.
name string The name.
리턴 System

SqlServerObjectName() 공개 메소드

Initializes a new instance of the SqlServerObjectName struct.
public SqlServerObjectName ( string database, string schema, string name ) : System
database string The database.
schema string The schema.
name string The name.
리턴 System

ToQuotedString() 공개 메소드

To the quoted string.
public ToQuotedString ( ) : string
리턴 string

ToString() 공개 메소드

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

operator() 공개 정적인 메소드

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

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

An empty schema/name pair
public static SqlServerObjectName,Tortuga.Chain.SqlServer Empty
리턴 SqlServerObjectName