Base:
property
IsApplicationType
System.Data.Linq.SqlClient.ProviderType.IsApplicationType
10 references to IsApplicationType
System.Data.Linq (10)
SqlClient\SqlTypeSystemProvider.cs (10)
194+ KeyValue("IsApplicationType", IsApplicationType) 278if (IsApplicationType) { 334get { return !IsApplicationType && !IsRuntimeOnlyType; } 339if (IsApplicationType) { 342if (sqlType.IsApplicationType) { 600get { return !this.IsApplicationType && !this.IsRuntimeOnlyType; } 604get { return !this.IsApplicationType && !this.IsRuntimeOnlyType; } 609if (IsApplicationType || IsRuntimeOnlyType) { 632if (IsApplicationType || IsRuntimeOnlyType) 648if (IsApplicationType || IsRuntimeOnlyType)