C# Class Simple.Data.Oracle.Configuration.ConfigReflector

Inheritance: ISchemaReflector
Mostrar archivo Open project: SimonH/Simple.Data.Oracle Class Usage Examples

Public Methods

Method Description
ConfigReflector ( SdoConfigSection configSection ) : System

Private Methods

Method Description
LoadArgument ( ArgumentElement argumentElement, string procedure, string schema ) : void
LoadColumn ( ColumnElement columnElement, Table table ) : void
LoadConfigData ( SdoConfigSection configSection ) : void
LoadProcedure ( ProcedureElement procedureElement, string schemaName ) : void
LoadSchema ( SchemaElement schemaElement ) : void
LoadTable ( TableViewElement tableViewElement, string schemaName ) : void

Method Details

ConfigReflector() public method

public ConfigReflector ( SdoConfigSection configSection ) : System
configSection SdoConfigSection
return System