SurrogateFKReplacementHelper Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SurrogateFKReplacementHelper() | |
SurrogateFKReplacementHelper(FieldBinding) | |
SurrogateFKReplacementHelper(IntPtr) |
SurrogateFKReplacementHelper()
protected:
SurrogateFKReplacementHelper();
protected SurrogateFKReplacementHelper ();
Protected Sub New ()
Applies to
SurrogateFKReplacementHelper(FieldBinding)
public:
SurrogateFKReplacementHelper(Dynamics::AX::Application::FieldBinding ^ surrogateForeignKeyBinding);
public SurrogateFKReplacementHelper (Dynamics.AX.Application.FieldBinding surrogateForeignKeyBinding);
new Microsoft.Dynamics.Ax.Xpp.SurrogateFKReplacementHelper : Dynamics.AX.Application.FieldBinding -> Microsoft.Dynamics.Ax.Xpp.SurrogateFKReplacementHelper
Public Sub New (surrogateForeignKeyBinding As FieldBinding)
Parameters
- surrogateForeignKeyBinding
- FieldBinding
Applies to
SurrogateFKReplacementHelper(IntPtr)
public:
SurrogateFKReplacementHelper(IntPtr ptr1);
public SurrogateFKReplacementHelper (IntPtr ptr1);
new Microsoft.Dynamics.Ax.Xpp.SurrogateFKReplacementHelper : nativeint -> Microsoft.Dynamics.Ax.Xpp.SurrogateFKReplacementHelper
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint