EnterpriseOneTransactionGeneralGeographyObjectsGeoPoints Property |
Gets a typed query for the General.Geography.GeoPoint entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<GeoPoint, GeoPointsRepository> GeoPoints { get; }
Public ReadOnly Property GeoPoints As TransactionQuery(Of GeoPoint, GeoPointsRepository)
Get
public:
property TransactionQuery<GeoPoint^, GeoPointsRepository^>^ GeoPoints {
TransactionQuery<GeoPoint^, GeoPointsRepository^>^ get ();
}
member GeoPoints : TransactionQuery<GeoPoint, GeoPointsRepository> with get
Property Value
Type:
TransactionQueryGeoPoint,
GeoPointsRepository
See Also