TableStorageContext.GenerateNextRow Method
Generates a row of data.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Function GenerateNextRow As IDictionary(Of IDatabaseColumn, Object)
public IDictionary<IDatabaseColumn, Object> GenerateNextRow()
public:
IDictionary<IDatabaseColumn^, Object^>^ GenerateNextRow()
member GenerateNextRow : unit -> IDictionary<IDatabaseColumn, Object>
public function GenerateNextRow() : IDictionary<IDatabaseColumn, Object>
Return Value
Type: System.Collections.Generic.IDictionary<IDatabaseColumn, Object>
A dictionary of column names and values.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.