Store function mapped by this FunctionImportMapping.

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

Syntax

C#
public StoreFunction StoreFunction { get; set; }
Visual Basic
Public Property StoreFunction As StoreFunction
	Get
	Set
Visual C++
public:
property StoreFunction^ StoreFunction {
	StoreFunction^ get ();
	void set (StoreFunction^ value);
}

See Also