Represents a parameter definition for a storage model function.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  HuagatiEDMXTools..::..EDMXMember
    HuagatiEDMXTools..::..StoreFunctionParameter

See Also