Search Results for

    Show / Hide Table of Contents

    Interface INpgsqlSequenceValueGeneratorFactory

    This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

    Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal
    Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
    Syntax
    public interface INpgsqlSequenceValueGeneratorFactory

    Methods

    | Improve this Doc View Source

    Create(IProperty, NpgsqlSequenceValueGeneratorState, INpgsqlRelationalConnection, IRawSqlCommandBuilder, IRelationalCommandDiagnosticsLogger)

    This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

    Declaration
    ValueGenerator Create(IProperty property, NpgsqlSequenceValueGeneratorState generatorState, INpgsqlRelationalConnection connection, IRawSqlCommandBuilder rawSqlCommandBuilder, IRelationalCommandDiagnosticsLogger commandLogger)
    Parameters
    Type Name Description
    IProperty property
    NpgsqlSequenceValueGeneratorState generatorState
    INpgsqlRelationalConnection connection
    IRawSqlCommandBuilder rawSqlCommandBuilder
    IRelationalCommandDiagnosticsLogger commandLogger
    Returns
    Type Description
    ValueGenerator
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team