Click or drag to resize

RawElementDefinition.ReturnElementName Property

Gets the name of the return element, which is in the format group.elementname. Can be empty, if no return type is applicable. Only set in the case of a TVF call.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public string ReturnElementName { get; set; }

Property Value

Type: String

Implements

IRawCatalogElement.ReturnElementName
See Also