Click or drag to resize

QueryParametersSetCreator Method

Sets the dbspecific creator property for the elements inside this object which need it. If creator is null, the creator property is reset for these elements

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public void SetCreator(
	IDbSpecificCreator creator
)

Parameters

creator
Type: SD.LLBLGen.Pro.ORMSupportClassesIDbSpecificCreator
See Also