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
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
GetTableName ( string fullName ) : string

Gets the name of the table.

Method Details

GetTableName() public méthode

Gets the name of the table.
public GetTableName ( string fullName ) : string
fullName string The full name.
Résultat string