Click or drag to resize

SpannerSpecificCreatorSetDbProviderFactoryParameterData Method

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.Spanner
Assembly:  SD.LLBLGen.Pro.DQE.Spanner (in SD.LLBLGen.Pro.DQE.Spanner.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public static void SetDbProviderFactoryParameterData(
	string dbProviderSpecificEnumTypeName,
	string dbProviderSpecificEnumTypePropertyName
)

Parameters

dbProviderSpecificEnumTypeName
Type: SystemString
Name of the db provider specific enum type.
dbProviderSpecificEnumTypePropertyName
Type: SystemString
Name of the db provider specific enum type property.
See Also