Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Creates a new TableCheckConstraint in the collection and returns the pointer. PARAMETERS: Name as String, Text as String.

Syntax

...

Code Block
languagevb
Public Function Add(

...

 _
   ByVal Name As Variant, _
   ByVal Text As Variant _
) As TableCheckConstraint

Parameters

  • Name
  • Text

See Also