JoinOptions.JoinAttributeNames
JoinOptions.JoinAttributeNames property
指定要加入的属性名称列表。 如果是null
或为空,加入层的所有属性将被加入.
public List<string> JoinAttributeNames { get; set; }
也可以看看
- class JoinOptions
- 命名空间 Aspose.Gis.Relationship.Joins
- 部件 Aspose.GIS
指定要加入的属性名称列表。 如果是null
或为空,加入层的所有属性将被加入.
public List<string> JoinAttributeNames { get; set; }