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