Click or drag to resize
RawElementDefinition Properties

The RawElementDefinition type exposes the following members.

Properties
  NameDescription
Public propertyAddToProject
Flag if this element should be added to the project or not.
Public propertyContainingList
The list containing this object
Public propertyElementName
The temporary name for the element.
Public propertyError
Gets an error message indicating what is wrong with this object. The default is an empty string ("")
Public propertyGroupName
Gets or sets the name of the group the element will be placed in.
Public propertyIsValid
Gets a value indicating whether this instance is valid.
Public propertyItem
Gets the String with the specified column name.
Public propertyMappedCatalogElementName
Gets the name of the mapped catalog element.
Public propertyReturnElementName
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.
Public propertyTarget
Target table / view of element.
Public propertyTargetHasAlreadyElementMapped
Flag to signal if the target (MappedCatalogElementName) already has an element mapped in the project or not.
Public propertyTargetName
The name of the target
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIRawCatalogElementGroupName
Gets or sets the name of the group the element will be placed in.
Top
See Also