SqlString::LCID Property

 

Specifies the geographical locale and language for the SqlString structure.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
property int LCID {
	int get();
}

Property Value

Type: System::Int32

The locale id for the string stored in the Value property.

.NET Framework
Available since 1.1
Return to top
Show: