typeEntityLevel= {
Name:string; // Current entity nameCount:int; // number of entities to create at this levelValues:(string*string) list;
RelationshipName:string; // name of the relationship from this entity to its parent (if applicable)Relations:EntityLevellist; // All children
}
EntityLevel.Name: string
Multiple items val string : value:'T -> string
Full name: Microsoft.FSharp.Core.Operators.string
-------------------- type string = System.String
Full name: Microsoft.FSharp.Core.string
EntityLevel.Count: int
Multiple items val int : value:'T -> int (requires member op_Explicit)