OracleSpecificCreatorSetDbProviderFactoryParameterData Method (String, String, String) | 
 
            Sets the db provider factory parameter data. This will influence which DbProviderFactory is used and which enum types the field persistence info
            field type names are resolved to.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DQE.Oracle
    Assemblies:
    SD.LLBLGen.Pro.DQE.OracleMS (in SD.LLBLGen.Pro.DQE.OracleMS.dll) Version: 5.7.0.0 (5.7.0)
  SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.7.0.0 (5.7.0)
Syntaxpublic static void SetDbProviderFactoryParameterData(
	string dbProviderFactoryInvariantName,
	string dbProviderSpecificEnumTypeName,
	string dbProviderSpecificEnumTypePropertyName
)
Public Shared Sub SetDbProviderFactoryParameterData ( 
	dbProviderFactoryInvariantName As String,
	dbProviderSpecificEnumTypeName As String,
	dbProviderSpecificEnumTypePropertyName As String
)
Parameters
- dbProviderFactoryInvariantName
 - Type: SystemString
Name of the database provider factory invariant. - dbProviderSpecificEnumTypeName
 - Type: SystemString
Name of the database provider specific enum type. - dbProviderSpecificEnumTypePropertyName
 - Type: SystemString
Name of the db provider specific enum type property. 
See Also