OracleSpecificCreatorSetDbProviderFactoryParameterData Method (ListValuePairString, 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.OracleAssemblies: SD.LLBLGen.Pro.DQE.OracleMS (in SD.LLBLGen.Pro.DQE.OracleMS.dll) Version: 5.0.0.0 (5.0.0)
SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.0.0.0 (5.0.0)
Syntax public static void SetDbProviderFactoryParameterData(
List<ValuePair<string, string>> dbProviderFactoryInvariantNamesWithEnumTypeNames,
string dbProviderSpecificEnumTypePropertyName
)
Public Shared Sub SetDbProviderFactoryParameterData (
dbProviderFactoryInvariantNamesWithEnumTypeNames As List(Of ValuePair(Of String, String)),
dbProviderSpecificEnumTypePropertyName As String
)
Parameters
- dbProviderFactoryInvariantNamesWithEnumTypeNames
- Type: System.Collections.GenericListValuePairString, String
Name of the db provider factory invariant. - dbProviderSpecificEnumTypePropertyName
- Type: SystemString
Name of the db provider specific enum type property.
See Also