7 references to IsCustomType
System.Data (7)
fx\src\data\System\Data\XmlDataLoader.cs (1)
1090
if (column.
IsCustomType
) { // Custom type column
fx\src\data\System\Data\XMLDiffLoader.cs (1)
355
if (column.
IsCustomType
) {
fx\src\data\System\Data\xmlsaver.cs (5)
1259
if (!col.
IsCustomType
) { // built in type
2236
if (!col.
IsCustomType
|| !col.IsValueCustomTypeInstance(columnValue) ||(typeof(IXmlSerializable).IsAssignableFrom(columnValue.GetType()))) {
2241
if (!col.
IsCustomType
) { // if column's type is built in type CLR or SQLType
2607
if (!col.
IsCustomType
|| !col.IsValueCustomTypeInstance(value) ||(typeof(IXmlSerializable).IsAssignableFrom(value.GetType()))) {
2614
if (!col.
IsCustomType
) { // if column's type is built in type: CLR and SQLTypes : ie storage supported types