TableStore.CurrentCulture Property

Gets or sets the CultureInfo that represents the culture used by the current thread.

Namespace:  Microsoft.Data.Schema.DataGenerator
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property CurrentCulture As CultureInfo
    Get
    Friend Set
'Usage
Dim instance As TableStore
Dim value As CultureInfo

value = instance.CurrentCulture
public CultureInfo CurrentCulture { get; internal set; }
public:
property CultureInfo^ CurrentCulture {
    CultureInfo^ get ();
    internal: void set (CultureInfo^ value);
}
function get CurrentCulture () : CultureInfo
internal function set CurrentCulture (value : CultureInfo)
member CurrentCulture : CultureInfo with get, internal set

Property Value

Type: System.Globalization.CultureInfo

Remarks

The CultureInfo class represents information about a specific culture including the names of the culture, the writing system, and the calendar used, as well as access to culture-specific objects that provide information for common operations, such as formatting dates and sorting strings.

.NET Framework Security

See Also

Reference

TableStore Class

TableStore Members

Microsoft.Data.Schema.DataGenerator Namespace