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
)
278
if (
IsApplicationType
) {
334
get { return !
IsApplicationType
&& !IsRuntimeOnlyType; }
339
if (
IsApplicationType
) {
342
if (sqlType.
IsApplicationType
) {
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)