Sets the CompareInfo object that defines how string comparisons should be performed for this parameter.

Namespace: Alachisoft.NCache.Runtime.Dependencies
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public SqlCmpOptions CompareInfo { get; set; }
Visual Basic
Public Property CompareInfo As SqlCmpOptions
	Get
	Set
Visual C++
public:
property SqlCmpOptions CompareInfo {
	SqlCmpOptions get ();
	void set (SqlCmpOptions value);
}

See Also