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