PostgresFunctionArgumentDefinition

Classes > Nimblesite.DataProvider.Migration.Core > PostgresFunctionArgumentDefinition

PostgreSQL function argument definition.

public sealed record PostgresFunctionArgumentDefinition : IEquatable<PostgresFunctionArgumentDefinition>

Properties

Name

public string Name { get; init; }

Argument name. Optional for inspected function identities.

Type

public string Type { get; init; }

PostgreSQL argument type.