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