Represents a parameter to a function defined in the conceptual model

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public class ModelFunctionParameter : EDMXMember, 
	IEDMXNamedMember, IEDMXRemovableMember, IEDMXMemberDocumentation
Visual Basic
Public Class ModelFunctionParameter _
	Inherits EDMXMember _
	Implements IEDMXNamedMember, IEDMXRemovableMember, IEDMXMemberDocumentation
Visual C++
public ref class ModelFunctionParameter : public EDMXMember, 
	IEDMXNamedMember, IEDMXRemovableMember, IEDMXMemberDocumentation

Inheritance Hierarchy

System..::..Object
  HuagatiEDMXTools..::..EDMXMember
    HuagatiEDMXTools..::..ModelFunctionParameter

See Also