4 references to IsLong
System.Data.Common (4)
System\Data\Common\DBCommandBuilder.cs (4)
784
if ((null != row) && (row.IsKey || row.IsUnique) && !row.
IsLong
&& !row.IsRowVersion && row.IsHidden)
1432
flag = !row.
IsLong
&& !row.IsRowVersion && !row.IsHidden;
1445
return (row.IsKey || row.IsUnique) && !row.
IsLong
&& !row.IsRowVersion;
1448
return (((row.IsKey || row.IsUnique) && !_hasPartialPrimaryKey) || row.IsRowVersion) && !row.
IsLong
;