Name of the store function mapped by this FunctionImportMapping.

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

Syntax

C#
public string StoreFunctionName { get; private set; }
Visual Basic
Public Property StoreFunctionName As String
	Get
	Private Set
Visual C++
public:
property String^ StoreFunctionName {
	String^ get ();
	private: void set (String^ value);
}

See Also