6 references to IsRowVersion
System.Data (6)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (6)
695
if ((null != row) && (row.IsKey || row.IsUnique) && !row.IsLong && !row.
IsRowVersion
&& row.IsHidden) {
1257
return (!row.IsAutoIncrement && !row.IsHidden && !row.IsExpression && !row.
IsRowVersion
&& !row.IsReadOnly);
1263
return (!row.IsAutoIncrement && !row.
IsRowVersion
&& !row.IsHidden && !row.IsReadOnly);
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;