LAC
LAC
Lists all records from the given table that have a field containing the specified string.
Syntax
LAC
Comments
LAC stands for “List All Containing.” It lists the contents of the EntitySet, relationship or document which have the specified string contained in the indicated field. It also makes the set of objects found the current set.
Example
For example, the following command finds all Fields whose OwnerName contain the string “Ord.”
lac fields ownername ord