Share via


DictFieldGroup.newmethod Method

Definition

Overloads

newmethod(Int32, String)

Initializes a new instance of the Object class.

newmethod(Int32, String, Int32)

newmethod(Int32, String)

Initializes a new instance of the Object class.

public:
 void newmethod(int num1, System::String ^ text1);
public void newmethod (int num1, string text1);
override this.newmethod : int * string -> unit
Public Sub newmethod (num1 As Integer, text1 As String)

Parameters

num1
Int32
text1
String

Remarks

For a code example that uses this method, see the DictFieldGroup.numberOfFields Method method.

Applies to

newmethod(Int32, String, Int32)

public:
 void newmethod(int _tableId, System::String ^ _FieldGroupName, int _includeBaseTable);
public void newmethod (int _tableId, string _FieldGroupName, int _includeBaseTable);
override this.newmethod : int * string * int -> unit
Public Sub newmethod (_tableId As Integer, _FieldGroupName As String, _includeBaseTable As Integer)

Parameters

_tableId
Int32
_FieldGroupName
String
_includeBaseTable
Int32

Applies to