ImportableDataTvfCalls Property |
Gets or sets the tvf calls.
Namespace: SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImportAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public HashSet<ImportableTvfCall> TvfCalls { get; }
Public ReadOnly Property TvfCalls As HashSet(Of ImportableTvfCall)
Get
Property Value
Type:
HashSetImportableTvfCallSee Also