You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Public Methods
Method | Description |
---|
| When updates are called, all bound attributes have the same nullability as the userdatatype. |
| Get all of the BoundAttachments of this user datatype. |
| Returns a collection of bindings that link the default to attributes. |
| Get the Check Out status of this UserDataType object. DATATYPE: StringObjects. |
| Returns a collection of user comments associated with this user datatype. |
Public Properties
Property | Description |
---|
| Length of the datatype, if applicable. DATATYPE: Integer. |
| Scale or precision of the datatype, if applicable. DATATYPE: Integer. |
| Datatype of the user datatype. DATATYPE: String. |
| ID of the bounded default. To bind a default to a user datatype, assign the default's ID to this property. DATATYPE: Integer. |
| Name of the Dictionary associated with this object. DATATYPE: String. |
| True if the Dictionary associated with this object is enterprise level. DATATYPE: Boolean. |
| GUID of the UserDataType. GUIDs are unique IDs assigned by ER/Studio. DATATYPE: String. |
| ID of the user datatype as assigned by ER/Studio. Each user datatype in the data dictionary has a unique ID. DATATYPE: Integer. |
| Name of the user datatype. DATATYPE: String. |
| Nullability of this UserDataType. DATATYPE: Boolean. |
| ID of the bounded rule. To bind a rule to a user datatype, assign the rule's ID to this property. DATATYPE: Integer. |