SqlString.IgnoreCase Field

Definition

Specifies that SqlString comparisons should ignore case.

public: static initonly int IgnoreCase;
public static readonly int IgnoreCase;
 staticval mutable IgnoreCase : int
Public Shared ReadOnly IgnoreCase As Integer 

Field Value

Remarks

IgnoreCase functions as a constant for the SqlString class.

Applies to

See also