Click or drag to resize
GeneratorUtils.GetDiscriminatorFieldMapping Method (EntityDefinition, IGenerator, String)
Gets the discriminator field mapping for the discriminator field of the sub hierarchy the passed in entity is in. Null if not applicable/found

Namespace: SD.LLBLGen.Pro.GeneratorCore
Assembly: SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public static FieldMapping GetDiscriminatorFieldMapping(
	EntityDefinition entity,
	IGenerator executingGenerator,
	string driverID
)

Parameters

entity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.EntityDefinition
The entity.
executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCore.IGenerator
The executing generator.
driverID
Type: System.String
The driver ID.

Return Value

Type: FieldMapping
the discriminator field mapping for the discriminator field of the sub hierarchy the passed in entity is in. Null if not applicable/found
See Also