Click or drag to resize
SPCallMapping Properties

The SPCallMapping type exposes the following members.

Properties
  NameDescription
Public propertyActionCombination
Gets or sets the action combination for the entity mapped onto this target
(Inherited from GroupableModelElementMapping.)
Public propertyDriverID
Gets the driver ID of the database the mapping is for.
(Inherited from GroupableModelElementMapping.)
Public propertyError
Gets an error message indicating what is wrong with this object. The default is an empty string ("")
(Inherited from GroupableModelElementMapping.)
Public propertyFieldMappings
Gets the entity field mappings.
(Inherited from GroupableModelElementMapping.)
Public propertyIsAutoCreated
Gets or sets a value indicating whether this instance is auto created by code or manually by the user. If true, code controls the existence of this mapping object, e.g. because it's contained inside another mapping (return element mapping of TVF call) Default is false.
(Inherited from GroupableModelElementMapping.)
Public propertyIsMappingForRetrievalStoredProc
Gets a value indicating whether this instance is a mapping for retrieval stored proc.
Public propertyIsValid
Gets a value indicating whether this instance is valid.
(Inherited from GroupableModelElementMapping.)
Public propertyItem
Gets the String with the specified column name.
(Inherited from GroupableModelElementMapping.)
Protected propertyLoggedErrors
Gets the logged errors.
(Inherited from GroupableModelElementMapping.)
Public propertyMappedElement
Gets the groupable model element mapped by this mapping.
(Inherited from GroupableModelElementMapping.)
Public propertyMappedTarget
Gets /sets the mapped targets.
(Inherited from GroupableModelElementMapping.)
Public propertyTypeOfMapping
Gets the type of mapping.
(Inherited from GroupableModelElementMapping.)
Public propertyUsableTargetTypes
Gets the list of usable target types. This list can be used to filter out targets which aren't a valuable target for this mapping.
(Overrides GroupableModelElementMappingUsableTargetTypes.)
Top
See Also