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)
Syntaxprotected Dictionary<string, TableValuedFunctionPersistenceInfo> TvfPersistenceInfosPerTvfCallName { get; }
Protected ReadOnly Property TvfPersistenceInfosPerTvfCallName As Dictionary(Of String, TableValuedFunctionPersistenceInfo)
Get
Property Value
Type:
DictionaryString,
TableValuedFunctionPersistenceInfo
RemarksAltering 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