1 write to IsFixed
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
65
this.
IsFixed
= isFixed;
9 references to IsFixed
System.Data (9)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
636
if(!metadata.metaType.
IsFixed
&& !metadata.metaType.IsLong) {
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
5824
else if (false == mt.
IsFixed
&& false == mt.IsLong && mt.SqlDbType != SqlDbType.Timestamp && mt.SqlDbType != SqlDbType.Udt && SqlDbType.Structured != mt.SqlDbType) {
fx\src\data\System\Data\SqlClient\SqlParameter.cs (5)
341
if (mt.
IsFixed
) {
810
if (mt.
IsFixed
) {
1444
else if (!ShouldSerializeSize() && !_metaType.
IsFixed
) {
1484
(!metaType.
IsFixed
) &&
1537
if ((SqlDbType.Udt != mt.SqlDbType) && (false == mt.
IsFixed
) && (false == mt.IsLong)) { // if type has 2 byte length
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
9522
else if (!metatype.
IsFixed
&& !metatype.IsLong && !metatype.IsVarTime) {
11095
else if (false == type.
IsFixed
) { // non-long but variable length column, must be a BIG* type: 2 byte length