Public Methods

MethodDescription
ApplyNullabilityToBoundColumnsWhen updates are called, all bound attributes have the same nullability as the userdatatype.
BoundAttachmentsGet all of the BoundAttachments of this user datatype.
BoundObjectsReturns a collection of bindings that link the default to attributes.
RepoCheckOutStatusGet the Check Out status of this UserDataType object. DATATYPE: StringObjects.
UserCommentsReturns a collection of user comments associated with this user datatype.

Public Properties

PropertyDescription
DataLengthLength of the datatype, if applicable. DATATYPE: Integer.
DataScaleScale or precision of the datatype, if applicable. DATATYPE: Integer.
DatatypeDatatype of the user datatype. DATATYPE: String.
DefaultIdID of the bounded default. To bind a default to a user datatype, assign the default's ID to this property. DATATYPE: Integer.
DictionaryNameName of the Dictionary associated with this object. DATATYPE: String.
EnterpriseLevelTrue if the Dictionary associated with this object is enterprise level. DATATYPE: Boolean.
GUIDGUID of the UserDataType. GUIDs are unique IDs assigned by ER/Studio. DATATYPE: String.
IDID of the user datatype as assigned by ER/Studio. Each user datatype in the data dictionary has a unique ID. DATATYPE: Integer.
NameName of the user datatype. DATATYPE: String.
NullableNullability of this UserDataType. DATATYPE: Boolean.
RuleIdID of the bounded rule. To bind a rule to a user datatype, assign the rule's ID to this property. DATATYPE: Integer.