Click here to view all files
 
Specifies the type of join to apply between two tables.

Namespace:  ESRI.ArcGISExplorer.Data
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public enum TableJoinType
Visual Basic (Declaration)
Public Enumeration TableJoinType

Members

ValueMember nameDescription
0KeepAllOriginRows
The joined table will have all records from the origin table irrespective of whether a matching record is found in the destination table. Unmatched records will contain nullNothingnullptra null reference (Nothing in Visual Basic) values. In database terminology this is equivalent to a left-outer join.
1KeepOnlyMatchingRows
The joined table will only contains matching records. Unmatched records will be absent. In database terminology this is equivalent to a left-inner join.

See Also

Relate Topics:
  ArcSDEConnectionProperties Class
  AuthenticationMode Enumeration
  BingMapsService Enumeration
  CodedValueDomain Class
  Column Class
  ColumnCollection Class
  ColumnType Enumeration
  DataDirectory Class
  DataSourceProperties Class
  DataSourceType Enumeration
  Domain Class
  DomainCollection Class
  DomainType Enumeration
  Filter Class
  FilterSearchOptions Enumeration
  Geodatabase Class
  GeodatabaseFolder Class
  GeodatabaseType Enumeration
  Index Class
  IndexCollection Class
  RangeDomain Class
  Raster Class
  Row Class
  RowCollection Class
  RowValueCollection Class
  ServiceConnectionProperties Class
  ServiceType Enumeration
  Subtypes Class
  Table Class
  TableBindingAdapter Class
  TableDiscoveryOptions Enumeration
  TableRelationship Class
  TableRelationshipCardinality Enumeration
  TableRelationshipRole Enumeration
  TableRelationshipType Enumeration
  VersionType Enumeration
Created by Atop CHM to web converter,© 2009 all right reserved.