ReflectionCallHelper.MakeNewCommonFromCursor(String, ICursor) Method
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.
public:
static System::Object ^ MakeNewCommonFromCursor(System::String ^ typeName, Microsoft::Dynamics::AX::DataAccess::Kernel::ICursor ^ intPtr);
public static object MakeNewCommonFromCursor (string typeName, Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor intPtr);
static member MakeNewCommonFromCursor : string * Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor -> obj
Public Function MakeNewCommonFromCursor (typeName As String, intPtr As ICursor) As Object
Parameters
- typeName
- String
- intPtr
- Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor