删除指定的版本。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public bool DeleteVersion( int id ) |
参数
- id
- Type: System..::.Int32
指定的版本ID。
返回值
成功返回true,否则返回false。备注
该方法不能删除当前的版本。
C# |
---|
public bool DeleteVersion( int id ) |