Constructor ServiceGeodatabase
ServiceGeodatabase(PortalItem)
Initializes a new instance of the Service
Declaration
public ServiceGeodatabase(PortalItem portalItem)
Parameters
Type | Name | Description |
---|---|---|
Portal |
portalItem | A feature service Portal |
Remarks
If the service is branch versioned, the Service
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.6 |
.NET | 100.14 - 200.6 |
.NET Windows | 100.14 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.14 - 200.6 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.6 |
ServiceGeodatabase(PortalItem, FeatureServiceSessionType)
Initializes a new instance of the Service
Declaration
public ServiceGeodatabase(PortalItem portalItem, FeatureServiceSessionType sessionType)
Parameters
Type | Name | Description |
---|---|---|
Portal |
portalItem | A feature service Portal |
Feature |
sessionType | The type of read and edit sessions to use when working with the service. |
Remarks
If the service is branch versioned, the Service
If using Persistent and the service is not branch versioned, the
Service
If using Persistent, it is important to call
Close
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.6 |
.NET | 100.14 - 200.6 |
.NET Windows | 100.14 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.14 - 200.6 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.6 |
ServiceGeodatabase(PortalItem, String)
Initializes a new instance of the Service
Declaration
public ServiceGeodatabase(PortalItem portalItem, string versionName)
Parameters
Type | Name | Description |
---|---|---|
Portal |
portalItem | A feature service Portal |
System. |
versionName | The existing version to connect to when the Service |
Remarks
If a version with the name does not exist, or the service is not branch versioned, the Service
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.6 |
.NET | 100.14 - 200.6 |
.NET Windows | 100.14 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.14 - 200.6 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.6 |
ServiceGeodatabase(PortalItem, String, FeatureServiceSessionType)
Initializes a new instance of the Service
Declaration
public ServiceGeodatabase(PortalItem portalItem, string versionName, FeatureServiceSessionType sessionType)
Parameters
Type | Name | Description |
---|---|---|
Portal |
portalItem | A feature service Portal |
System. |
versionName | The existing version to connect to when the Service |
Feature |
sessionType | The type of read and edit sessions to use when working with the service. |
Remarks
If a version with the name does not exist, or the service is not branch versioned, the Service
If using Persistent and the service is not branch versioned, the
Service
If using Persistent, it is important to call
Close
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.6 |
.NET | 100.14 - 200.6 |
.NET Windows | 100.14 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.14 - 200.6 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.6 |
ServiceGeodatabase(Uri)
Initializes a new instance of the Service
Declaration
public ServiceGeodatabase(Uri url)
Parameters
Type | Name | Description |
---|---|---|
System. |
url | The URL of the feature service or the portal item to connect to. |
Remarks
If the service is branch versioned, the Service
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.6 |
.NET | 100.14 - 200.6 |
.NET Windows | 100.14 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.14 - 200.6 |
Xamarin.Android | 100.14 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.6 |
ServiceGeodatabase(Uri, String)
Initializes a new instance of the Service
Declaration
public ServiceGeodatabase(Uri url, string versionName)
Parameters
Type | Name | Description |
---|---|---|
System. |
url | The URL of the feature service or the portal item to connect to. |
System. |
versionName | The existing version to connect to when the Service |
Remarks
If a version with the name does not exist, or the service is not branch versioned, the Service
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.6 |
.NET | 100.14 - 200.6 |
.NET Windows | 100.14 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.14 - 200.6 |
Xamarin.Android | 100.14 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.6 |
ServiceGeodatabase(Uri, String, FeatureServiceSessionType)
Initializes a new instance of the Service
Declaration
public ServiceGeodatabase(Uri url, string versionName, FeatureServiceSessionType sessionType)
Parameters
Type | Name | Description |
---|---|---|
System. |
url | The URL of the feature service or the portal item to connect to. |
System. |
versionName | The existing version to connect to when the Service |
Feature |
sessionType | The type of read and edit sessions to use when working with the service. |
Remarks
If a version with the name does not exist, or the service is not branch versioned, the
Service
If using Persistent and the service is not branch versioned, the
Service
If using Persistent, it is important to call
Close
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.6 |
.NET | 100.14 - 200.6 |
.NET Windows | 100.14 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.14 - 200.6 |
Xamarin.Android | 100.14 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.6 |
ServiceGeodatabase(Uri, FeatureServiceSessionType)
Initializes a new instance of the Service
Declaration
public ServiceGeodatabase(Uri url, FeatureServiceSessionType sessionType)
Parameters
Type | Name | Description |
---|---|---|
System. |
url | The URL of the feature service or the portal item to connect to. |
Feature |
sessionType | The type of read and edit sessions to use when working with the service. |
Remarks
If the service is branch versioned, the Service
If using Persistent and the service is not branch versioned, the
Service
If using Persistent, it is important to call
Close
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.6 |
.NET | 100.14 - 200.6 |
.NET Windows | 100.14 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.14 - 200.6 |
Xamarin.Android | 100.14 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.6 |