Click or drag to resize

RawElementDefinitionReturnElementName 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.8.0.0 (5.8.21.0208)
Syntax
public string ReturnElementName { get; set; }

Property Value

Type: String

Implements

IRawCatalogElementReturnElementName
See Also