Show / Hide Table of Contents

Method CreateBigInt

CreateBigInt(String, String)

Creates a new Int64 field.

Declaration
public static Field CreateBigInt(string name, string alias = null)
Parameters
Type Name Description
System.String name

Name of the field.

System.String alias

Optional alias of the field.

Returns
Type Description
Field

A new Field object.

Remarks

Use this method to create a field. The field will be editable and nullable.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.4 - 200.8
.NET200.4 - 200.8
.NET Windows200.4 - 200.8
.NET Android200.4 - 200.8
.NET iOS200.4 - 200.8
.NET Framework200.4 - 200.8
UWP200.4 - 200.8
In This Article
Back to top Copyright © 2022 Esri.