FormatLCID |
Scroll |
Gets or sets the format LCID.
Setting this value will override formats used for parsing query conditions for date, datetime and decimal fields.
Namespace: Therefore.API
Visual Basic Public Overridable Property FormatLCID As Integer C# public virtual int FormatLCID { get; set; }
Property ValueThe format LCID used for query parsing. The default value is 1024 and uses the local environment settings. |