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
)
334
get { return !IsApplicationType && !
IsRuntimeOnlyType
; }
569
if (this.
IsRuntimeOnlyType
) return false; // must be a SQL type
585
if (this.
IsRuntimeOnlyType
) return false; // must be a SQL type
600
get { return !this.IsApplicationType && !this.
IsRuntimeOnlyType
; }
604
get { return !this.IsApplicationType && !this.
IsRuntimeOnlyType
; }
609
if (IsApplicationType ||
IsRuntimeOnlyType
) {
632
if (IsApplicationType ||
IsRuntimeOnlyType
)
648
if (IsApplicationType ||
IsRuntimeOnlyType
)
973
if (sqlType.
IsRuntimeOnlyType
) {