RelationalCommandBuilderExtensions.GetLength Method

Definition

Gets the length of the command text.

public static int GetLength (this Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder commandBuilder);
static member GetLength : Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder -> int
<Extension()>
Public Function GetLength (commandBuilder As IRelationalCommandBuilder) As Integer

Parameters

commandBuilder
IRelationalCommandBuilder

The command builder.

Returns

The length of the command text.

Applies to