SqlParameter.CompareInfo Property

Definition

Gets or sets the CompareInfo object that defines how string comparisons should be performed for this parameter.

[System.ComponentModel.Browsable(false)]
public System.Data.SqlTypes.SqlCompareOptions CompareInfo { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.CompareInfo : System.Data.SqlTypes.SqlCompareOptions with get, set
Public Property CompareInfo As SqlCompareOptions

Property Value

SqlCompareOptions

A CompareInfo object that defines string comparison for this parameter.

Attributes

Applies to