Click or drag to resize
DB2SpecificCreatorDetermineDbTypeNameForValue Method
Determines the db type name for value.

Namespace:  SD.LLBLGen.Pro.DQE.DB2
Assembly:  SD.LLBLGen.Pro.DQE.DB2 (in SD.LLBLGen.Pro.DQE.DB2.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override string DetermineDbTypeNameForValue(
	Object value,
	out Object realValueToUse
)

Parameters

value
Type: SystemObject
The value.
realValueToUse
Type: SystemObject
The real value to use. Normally it's the same as value, but in cases where value as a type isn't supported, the value is converted to a value which is supported.

Return Value

Type: String
The name of the provider specific DbType enum name for the value specified

Implements

IDbSpecificCreatorDetermineDbTypeNameForValue(Object, Object)
See Also