Click or drag to resize
ProjectElementMapTargetElementType Enumeration
Type specification of Project element map target element.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public enum ProjectElementMapTargetElementType
Members
  Member nameValueDescription
Unknown0 No type set, or not specified
Table1 Map target is a table
View2 Map target is a view
StoredProcedureResultset3 Map target is a stored procedure resultset
StoredProcedure4 Map target is a stored procedure and its parameters.
TableValuedFunction5 Map target is a table valued function, which has 1 guaranteed resultset.
TableValuedFunctionResultset6 Map target is a resultset from a table valued function.
See Also