Click or drag to resize
ApplicationUtilsCreateUniqueConstraintName Method
Overload List
  NameDescription
Public methodStatic memberCreateUniqueConstraintName(DBUniqueConstraint, ProjectProperties, String)
Creates the name of the unique constraint which follows from the fields specified, using the pattern specified in the specified properties.
Public methodStatic memberCreateUniqueConstraintName(IProjectElementMapTargetElement, IEnumerableIProjectElementFieldMapTargetElement, ProjectProperties, String)
Creates the name of the unique constraint which follows from the field names, using the pattern specified in the specified properties.
Public methodStatic memberCreateUniqueConstraintName(IProjectElementMapTargetElement, String, ProjectProperties, String)
Creates the name of the unique constraint which follows from the field names, using the pattern specified in the specified properties.
Top
See Also