4 references to TypeSystemVersion
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (4)
167
validKeywords[(int)Keywords.TypeSystemVersion] = DbConnectionStringKeywords.
TypeSystemVersion
;
209
hash.Add(DbConnectionStringKeywords.
TypeSystemVersion
, Keywords.TypeSystemVersion);
823
[DisplayName(DbConnectionStringKeywords.
TypeSystemVersion
)]
830
SetValue(DbConnectionStringKeywords.
TypeSystemVersion
, value);