4 references to IsLong
System.Data (4)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (4)
695
if ((null != row) && (row.IsKey || row.IsUnique) && !row.
IsLong
&& !row.IsRowVersion && row.IsHidden) {
1276
flag = !row.
IsLong
&& !row.IsRowVersion && !row.IsHidden;
1287
return (row.IsKey || row.IsUnique) && !row.
IsLong
&& !row.IsRowVersion;
1290
return (((row.IsKey || row.IsUnique) && !_hasPartialPrimaryKey) || row.IsRowVersion) && !row.
IsLong
;