Exemplo n.º 1
0
 /// <summary>
 /// Gets the <see cref="CollectionDataType"/> with row data type as element type.
 /// </summary>
 /// <param name="rowType">Row data type definition.</param>
 /// <returns>The data type.</returns>
 public static CollectionDataType CollectionOfRows(RowType rowType)
 {
     return(CollectionType.WithElementDataType(RowType.WithDefinition(rowType)));
 }