Click or drag to resize

ApplicationUtils.CreateUniqueConstraintName 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, IEnumerable<IProjectElementFieldMapTargetElement>, 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