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