Share via


ColumnModificationParameters.GenerateParameterName Property

Definition

A delegate for generating parameter names for the update SQL.

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]
public Func<string>? GenerateParameterName { get; init; }
public Func<string>? GenerateParameterName { get; init; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })>]
member this.GenerateParameterName : Func<string> with get, set
member this.GenerateParameterName : Func<string> with get, set
Public Property GenerateParameterName As Func(Of String)

Property Value

Attributes

Applies to