2 writes to LCID
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (1)
332
collation.
LCID
= value;
fx\src\data\System\Data\SqlClient\TdsValueSetter.cs (1)
333
collation.
LCID
= checked((int)_variantType.LocaleId);
9 references to LCID
System.Data (9)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
690
int destinationLcid = metadata.collation.
LCID
;
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (3)
321
(null != collation) ? collation.
LCID
: _defaultLCID,
1290
lcid = sqlMetaData.baseTI.collation.
LCID
;
1298
lcid = sqlMetaData.collation.
LCID
;
fx\src\data\System\Data\SqlClient\SqlParameter.cs (1)
320
return collation.
LCID
;
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
2474
_defaultLCID = env.newCollation.
LCID
;
3695
int cultureId = collation.
LCID
;
9509
_defaultLCID = _defaultCollation.
LCID
;
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
395
return String.Format(/*IFormatProvider*/ null, "(LCID={0}, Opts={1})", this.
LCID
, (int)this.SqlCompareOptions);