SqlVector<T>(ReadOnlyMemory<T>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs a vector with the given values.
public:
SqlVector(ReadOnlyMemory<T> memory);
public SqlVector(ReadOnlyMemory<T> memory);
new Microsoft.Data.SqlTypes.SqlVector<'T (requires 'T : struct)> : ReadOnlyMemory<'T (requires 'T : struct)> -> Microsoft.Data.SqlTypes.SqlVector<'T (requires 'T : struct)>
Public Sub New (memory As ReadOnlyMemory(Of T))
Parameters
- memory
- ReadOnlyMemory<T>