6 references to IsRowVersion
System.Data.Common (6)
System\Data\Common\DBCommandBuilder.cs (6)
784
if ((null != row) && (row.IsKey || row.IsUnique) && !row.IsLong && !row.
IsRowVersion
&& row.IsHidden)
1409
return (!row.IsAutoIncrement && !row.IsHidden && !row.IsExpression && !row.
IsRowVersion
&& !row.IsReadOnly);
1415
return (!row.IsAutoIncrement && !row.
IsRowVersion
&& !row.IsHidden && !row.IsReadOnly);
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;