SecurityContext.isTableOperationAllowed 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.
Overloads
isTableOperationAllowed(Int32, StatementType) | |
isTableOperationAllowed(Int32, StatementType, String) |
isTableOperationAllowed(Int32, StatementType)
public:
bool isTableOperationAllowed(int _tableId, Dynamics::AX::Application::StatementType _operationType);
public bool isTableOperationAllowed (int _tableId, Dynamics.AX.Application.StatementType _operationType);
member this.isTableOperationAllowed : int * Dynamics.AX.Application.StatementType -> bool
Public Function isTableOperationAllowed (_tableId As Integer, _operationType As StatementType) As Boolean
Parameters
- _tableId
- Int32
- _operationType
- StatementType
Returns
Applies to
isTableOperationAllowed(Int32, StatementType, String)
public:
bool isTableOperationAllowed(int _tableId, Dynamics::AX::Application::StatementType _operationType, System::String ^ _dataArea);
public bool isTableOperationAllowed (int _tableId, Dynamics.AX.Application.StatementType _operationType, string _dataArea);
member this.isTableOperationAllowed : int * Dynamics.AX.Application.StatementType * string -> bool
Public Function isTableOperationAllowed (_tableId As Integer, _operationType As StatementType, _dataArea As String) As Boolean
Parameters
- _tableId
- Int32
- _operationType
- StatementType
- _dataArea
- String