Overload | Description |
---|---|
FromPrimitiveValues(IEnumerable) | Creates sequence data from a sequence of primitive values. |
FromPrimitiveValues(PrimitiveDataType,IEnumerable) | Creates sequence data from a sequence of primitive values, given the primitive data type for the elements. |
FromPrimitiveValues(SequenceDataType,PrimitiveDataType,IEnumerable) | Creates sequence data from a sequence of primitive values, given the sequence data type to be associated with the sequence data, and primitive data type for the elements. |