Base:
property
IsRuntimeOnlyType
System.Data.Linq.SqlClient.ProviderType.IsRuntimeOnlyType
10 references to IsRuntimeOnlyType
System.Data.Linq (10)
SqlClient\SqlTypeSystemProvider.cs (10)
196+ KeyValue("IsRuntimeOnlyType", IsRuntimeOnlyType) 334get { return !IsApplicationType && !IsRuntimeOnlyType; } 569if (this.IsRuntimeOnlyType) return false; // must be a SQL type 585if (this.IsRuntimeOnlyType) return false; // must be a SQL type 600get { return !this.IsApplicationType && !this.IsRuntimeOnlyType; } 604get { return !this.IsApplicationType && !this.IsRuntimeOnlyType; } 609if (IsApplicationType || IsRuntimeOnlyType) { 632if (IsApplicationType || IsRuntimeOnlyType) 648if (IsApplicationType || IsRuntimeOnlyType) 973if (sqlType.IsRuntimeOnlyType) {