C# Class 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
Inheritance: ITableNameOverride
Datei anzeigen Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
GetTableName ( string fullName ) : string

Gets the name of the table.

Method Details

GetTableName() public method

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