'Declaration
Public Overridable Function CreateCommand( _ ByVal commandId As System.Integer, _ ByVal beginGroup As System.Boolean _ ) As NCommand
'Usage
Dim instance As NCommandBuilder Dim commandId As System.Integer Dim beginGroup As System.Boolean Dim value As NCommand value = instance.CreateCommand(commandId, beginGroup)
public virtual NCommand CreateCommand( System.int commandId, System.bool beginGroup )
Parameters
- commandId
- beginGroup