Page History
...
Code Block | ||
---|---|---|
| ||
Dim MyEntity As Entity Dim AttributeID As Integer ' We want to remove the attribute with 2 as the ID AttributeID = 2 MyEntity.Attributes.Remove(AttributeID) |
Info | ||
---|---|---|
| ||
...
Code Block | ||
---|---|---|
| ||
Dim MyEntity As Entity Dim AttributeID As Integer ' We want to remove the attribute with 2 as the ID AttributeID = 2 MyEntity.Attributes.Remove(AttributeID) |
Info | ||
---|---|---|
| ||
Copyright © 2004-2024 IDERA, Inc.