Click or drag to resize
PersistenceInfoProviderBaseAddTvfCallFieldPersistenceInfo Method
Adds the TVF call field persistence info object specified.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected void AddTvfCallFieldPersistenceInfo(
	TableValuedFunctionPersistenceInfo toAdd
)

Parameters

toAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesTableValuedFunctionPersistenceInfo
the Tvf call persistence info object to add.
See Also