Click or drag to resize
DataDictionaryGetPhraseEnabledFields Method

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodGetPhraseEnabledFields
Get collection of phrase-enabled fields (as a DataDictionaryFieldCollection. NB: because "phrase-enabled" is NOT stored in DataDictionary (yet), this method returns ALL text fields with size 0 - e.g. all fields of type TextAraea and RichTextArea!
Public methodGetPhraseEnabledFields(Database, String, DataType, Int32)
Get fields where Description starts with startsWith And DataType is Text And Fieldsize is 0 (TextAreas)
Top
See Also