Click or drag to resize

PersistenceInfoProviderBaseTvfPersistenceInfosPerTvfCallName Property

Returns the actual tvf persistence info objects dictionary used by this persistence info provider

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntax
protected Dictionary<string, TableValuedFunctionPersistenceInfo> TvfPersistenceInfosPerTvfCallName { get; }

Property Value

Type: DictionaryString, TableValuedFunctionPersistenceInfo
Remarks
Altering this after startup initialization could lead to issues that are hard to fix. If you're merging multiple models, be sure to only alter the structure at application startup, before any query has run.
See Also