C# 클래스 FdoToolbox.Core.Feature.Overrides.OracleTableNameOverride

Table name override for King.Oracle King.Oracle interprets class names as [user]~[table]~[geometry column], this override extracts the [table] component
상속: ITableNameOverride
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
GetTableName ( string fullName ) : string

Gets the name of the table.

메소드 상세

GetTableName() 공개 메소드

Gets the name of the table.
public GetTableName ( string fullName ) : string
fullName string The full name.
리턴 string