task
stringlengths 24
71
| input
stringlengths 8
2.38k
| output
stringlengths 1
2.34k
| options
sequence | pageTitle
stringlengths 4
140
| outputColName
stringlengths 1
79
| url
stringlengths 41
160
| wdcFile
stringlengths 71
74
|
---|---|---|---|---|---|---|---|
09b2dea8_Class__System_Threading_Tasks___Description | [Name] CreationOptions [Description] | Gets the TaskCreationOptions used to create this task. | [] | Task Class (System.Threading.Tasks) | Description | https://msdn.microsoft.com/en-us/library/system.threading.tasks.task(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb | 29/1438042987628.47_20150728002307-00026-ip-10-236-191-2_871441160_1.json |
09b2dea8_Class__System_Threading_Tasks___Description | [Name] CurrentId [Description] | Returns the ID of the currently executing Task. | [] | Task Class (System.Threading.Tasks) | Description | https://msdn.microsoft.com/en-us/library/system.threading.tasks.task(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb | 29/1438042987628.47_20150728002307-00026-ip-10-236-191-2_871441160_1.json |
09b2dea8_Class__System_Threading_Tasks___Description | [Name] Exception [Description] | Gets the AggregateException that caused the Task to end prematurely. If the Task completed successfully or has not yet thrown any exceptions, this will return Nothing. | [] | Task Class (System.Threading.Tasks) | Description | https://msdn.microsoft.com/en-us/library/system.threading.tasks.task(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb | 29/1438042987628.47_20150728002307-00026-ip-10-236-191-2_871441160_1.json |
09b2dea8_Class__System_Threading_Tasks___Description | [Name] Factory [Description] | Provides access to factory methods for creating and configuring Task and Task(Of TResult) instances. | [] | Task Class (System.Threading.Tasks) | Description | https://msdn.microsoft.com/en-us/library/system.threading.tasks.task(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb | 29/1438042987628.47_20150728002307-00026-ip-10-236-191-2_871441160_1.json |
09b2dea8_Class__System_Threading_Tasks___Description | [Name] Id [Description] | Gets an ID for this Task instance. | [] | Task Class (System.Threading.Tasks) | Description | https://msdn.microsoft.com/en-us/library/system.threading.tasks.task(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb | 29/1438042987628.47_20150728002307-00026-ip-10-236-191-2_871441160_1.json |
09b2dea8_Class__System_Threading_Tasks___Description | [Name] IsCanceled [Description] | Gets whether this Task instance has completed execution due to being canceled. | [] | Task Class (System.Threading.Tasks) | Description | https://msdn.microsoft.com/en-us/library/system.threading.tasks.task(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb | 29/1438042987628.47_20150728002307-00026-ip-10-236-191-2_871441160_1.json |
09b2dea8_Class__System_Threading_Tasks___Description | [Name] IsCompleted [Description] | Gets whether this Task has completed. | [] | Task Class (System.Threading.Tasks) | Description | https://msdn.microsoft.com/en-us/library/system.threading.tasks.task(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb | 29/1438042987628.47_20150728002307-00026-ip-10-236-191-2_871441160_1.json |
09b2dea8_Class__System_Threading_Tasks___Description | [Name] IsFaulted [Description] | Gets whether the Task completed due to an unhandled exception. | [] | Task Class (System.Threading.Tasks) | Description | https://msdn.microsoft.com/en-us/library/system.threading.tasks.task(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb | 29/1438042987628.47_20150728002307-00026-ip-10-236-191-2_871441160_1.json |
09b2dea8_Class__System_Threading_Tasks___Description | [Name] Status [Description] | Gets the TaskStatus of this task. | [] | Task Class (System.Threading.Tasks) | Description | https://msdn.microsoft.com/en-us/library/system.threading.tasks.task(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb | 29/1438042987628.47_20150728002307-00026-ip-10-236-191-2_871441160_1.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] TypeName [DataType] string [Description] | The provider-specific data type name. | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] ProviderDbType [DataType] int [Description] | The provider-specific type value that should be used when specifying a parameter’s type. For example, SqlDbType.Money or OracleType.Blob. | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] ColumnSize [DataType] long [Description] | The length of a non-numeric column or parameter refers to either the maximum or the length defined for this type by the provider. For character data, this is the maximum or defined length in units, defined by the data source. Oracle has the concept of specifying a length and then specifying the actual storage size for some character data types. This defines only the length in units for Oracle. For date-time data types, this is the length of the string representation (assuming the maximum allowed precision of the fractional seconds component). If the data type is numeric, this is the upper bound on the maximum precision of the data type. | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] CreateFormat [DataType] string [Description] | Format string that represents how to add this column to a data definition statement, such as CREATE TABLE. Each element in the CreateParameter array should be represented by a “parameter marker” in the format string. For example, the SQL data type DECIMAL needs a precision and a scale. In this case, the format string would be “DECIMAL({0},{1})”. | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] CreateParameters [DataType] string [Description] | The creation parameters that must be specified when creating a column of this data type. Each creation parameter is listed in the string, separated by a comma in the order they are to be supplied. For example, the SQL data type DECIMAL needs a precision and a scale. In this case, the creation parameters should contain the string “precision, scale”. In a text command to create a DECIMAL column with a precision of 10 and a scale of 2, the value of the CreateFormat column might be DECIMAL({0},{1})” and the complete type specification would be DECIMAL(10,2). | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] DataType [DataType] string [Description] | The name of the .NET Framework type of the data type. | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] IsAutoincrementable [DataType] bool [Description] | true—Values of this data type may be auto-incrementing. false—Values of this data type may not be auto-incrementing. Note that this merely indicates whether a column of this data type may be auto-incrementing, not that all columns of this type are auto-incrementing. | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] IsBestMatch [DataType] bool [Description] | true—The data type is the best match between all data types in the data store and the .NET Framework data type indicated by the value in the DataType column. false—The data type is not the best match. For each set of rows in which the value of the DataType column is the same, the IsBestMatch column is set to true in only one row. | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] IsCaseSensitive [DataType] bool [Description] | true—The data type is a character type and is case-sensitive. false—The data type is not a character type or is not case-sensitive. | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] IsFixedLength [DataType] bool [Description] | true—Columns of this data type created by the data definition language (DDL) will be of fixed length. false—Columns of this data type created by the DDL will be of variable length. DBNull.Value—It is not known whether the provider will map this field with a fixed-length or variable-length column. | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] IsFixedPrecisionScale [DataType] bool [Description] | true—The data type has a fixed precision and scale. false—The data type does not have a fixed precision and scale. | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] IsLong [DataType] bool [Description] | true—The data type contains very long data; the definition of very long data is provider-specific. false—The data type does not contain very long data. | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] IsNullable [DataType] bool [Description] | true—The data type is nullable. false—The data type is not nullable. DBNull.Value—It is not known whether the data type is nullable. | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] IsSearchable [DataType] bool [Description] | true—The data type can be used in a WHERE clause with any operator except the LIKE predicate. false—The data type cannot be used in a WHERE clause with any operator except the LIKE predicate. | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] IsSearchableWithLike [DataType] bool [Description] | true—The data type can be used with the LIKE predicate false—The data type cannot be used with the LIKE predicate. | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] IsUnsigned [DataType] bool [Description] | true—The data type is unsigned. false—The data type is signed. DBNull.Value—Not applicable to data type. | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] MaximumScale [DataType] short [Description] | If the type indicator is a numeric type, this is the maximum number of digits allowed to the right of the decimal point. Otherwise, this is DBNull.Value. | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] MinimumScale [DataType] short [Description] | If the type indicator is a numeric type, this is the minimum number of digits allowed to the right of the decimal point. Otherwise, this is DBNull.Value. | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] IsConcurrencyType [DataType] bool [Description] | true – the data type is updated by the database every time the row is changed and the value of the column is different from all previous values false – the data type is note updated by the database every time the row is changed DBNull.Value – the database does not support this type of data type | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] IsLiteralsSupported [DataType] bool [Description] | true – the data type can be expressed as a literal false – the data type can not be expressed as a literal | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] LiteralPrefix [DataType] string [Description] | The prefix applied to a given literal. | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] LitteralSuffix [DataType] string [Description] | The suffix applied to a given literal. | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
7c7d788f__the_Common_Schema_Collections__Description | [ColumnName] NativeDataType [DataType] String [Description] | NativeDataType is an OLE DB specific column for exposing the OLE DB type of the data type . | [] | Understanding the Common Schema Collections | Description | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
f734e9d3_IIS_HTTP_Compression__Description | [Function] Compress [Description] | Compresses data. | [] | IIS HTTP Compression | Description | https://msdn.microsoft.com/en-us/library/dd692872(v=vs.90).aspx | 29/1438042987628.47_20150728002307-00316-ip-10-236-191-2_863640555_0.json |
f734e9d3_IIS_HTTP_Compression__Description | [Function] CreateCompression [Description] | Creates a new compression context. | [] | IIS HTTP Compression | Description | https://msdn.microsoft.com/en-us/library/dd692872(v=vs.90).aspx | 29/1438042987628.47_20150728002307-00316-ip-10-236-191-2_863640555_0.json |
f734e9d3_IIS_HTTP_Compression__Description | [Function] DeInitCompression [Description] | De-initializes the compression scheme. | [] | IIS HTTP Compression | Description | https://msdn.microsoft.com/en-us/library/dd692872(v=vs.90).aspx | 29/1438042987628.47_20150728002307-00316-ip-10-236-191-2_863640555_0.json |
f734e9d3_IIS_HTTP_Compression__Description | [Function] DestroyCompression [Description] | Destroys the compression context. | [] | IIS HTTP Compression | Description | https://msdn.microsoft.com/en-us/library/dd692872(v=vs.90).aspx | 29/1438042987628.47_20150728002307-00316-ip-10-236-191-2_863640555_0.json |
f734e9d3_IIS_HTTP_Compression__Description | [Function] InitCompression [Description] | Initializes the compression scheme. | [] | IIS HTTP Compression | Description | https://msdn.microsoft.com/en-us/library/dd692872(v=vs.90).aspx | 29/1438042987628.47_20150728002307-00316-ip-10-236-191-2_863640555_0.json |
f734e9d3_IIS_HTTP_Compression__Description | [Function] ResetCompression [Description] | Resets the compression state. | [] | IIS HTTP Compression | Description | https://msdn.microsoft.com/en-us/library/dd692872(v=vs.90).aspx | 29/1438042987628.47_20150728002307-00316-ip-10-236-191-2_863640555_0.json |
c2d951db_ata_Class__System_Diagnostics___Description | [Name] CategoryCount [Description] | Gets or sets the number of categories in the category resource file. | [] | EventSourceCreationData Class (System.Diagnostics) | Description | https://msdn.microsoft.com/en-us/library/system.diagnostics.eventsourcecreationdata(v=vs.110).aspx | 29/1438042987628.47_20150728002307-00156-ip-10-236-191-2_872170143_1.json |
c2d951db_ata_Class__System_Diagnostics___Description | [Name] CategoryResourceFile [Description] | Gets or sets the path of the resource file that contains category strings for the source. | [] | EventSourceCreationData Class (System.Diagnostics) | Description | https://msdn.microsoft.com/en-us/library/system.diagnostics.eventsourcecreationdata(v=vs.110).aspx | 29/1438042987628.47_20150728002307-00156-ip-10-236-191-2_872170143_1.json |
c2d951db_ata_Class__System_Diagnostics___Description | [Name] LogName [Description] | Gets or sets the name of the event log to which the source writes entries. | [] | EventSourceCreationData Class (System.Diagnostics) | Description | https://msdn.microsoft.com/en-us/library/system.diagnostics.eventsourcecreationdata(v=vs.110).aspx | 29/1438042987628.47_20150728002307-00156-ip-10-236-191-2_872170143_1.json |
c2d951db_ata_Class__System_Diagnostics___Description | [Name] MachineName [Description] | Gets or sets the name of the computer on which to register the event source. | [] | EventSourceCreationData Class (System.Diagnostics) | Description | https://msdn.microsoft.com/en-us/library/system.diagnostics.eventsourcecreationdata(v=vs.110).aspx | 29/1438042987628.47_20150728002307-00156-ip-10-236-191-2_872170143_1.json |
c2d951db_ata_Class__System_Diagnostics___Description | [Name] MessageResourceFile [Description] | Gets or sets the path of the message resource file that contains message formatting strings for the source. | [] | EventSourceCreationData Class (System.Diagnostics) | Description | https://msdn.microsoft.com/en-us/library/system.diagnostics.eventsourcecreationdata(v=vs.110).aspx | 29/1438042987628.47_20150728002307-00156-ip-10-236-191-2_872170143_1.json |
c2d951db_ata_Class__System_Diagnostics___Description | [Name] ParameterResourceFile [Description] | Gets or sets the path of the resource file that contains message parameter strings for the source. | [] | EventSourceCreationData Class (System.Diagnostics) | Description | https://msdn.microsoft.com/en-us/library/system.diagnostics.eventsourcecreationdata(v=vs.110).aspx | 29/1438042987628.47_20150728002307-00156-ip-10-236-191-2_872170143_1.json |
c2d951db_ata_Class__System_Diagnostics___Description | [Name] Source [Description] | Gets or sets the name to register with the event log as an event source. | [] | EventSourceCreationData Class (System.Diagnostics) | Description | https://msdn.microsoft.com/en-us/library/system.diagnostics.eventsourcecreationdata(v=vs.110).aspx | 29/1438042987628.47_20150728002307-00156-ip-10-236-191-2_872170143_1.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] string [Description] The provider-specific data type name. [ColumnName] | TypeName | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] int [Description] The provider-specific type value that should be used when specifying a parameter’s type. For example, SqlDbType.Money or OracleType.Blob. [ColumnName] | ProviderDbType | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] long [Description] The length of a non-numeric column or parameter refers to either the maximum or the length defined for this type by the provider. For character data, this is the maximum or defined length in units, defined by the data source. Oracle has the concept of specifying a length and then specifying the actual storage size for some character data types. This defines only the length in units for Oracle. For date-time data types, this is the length of the string representation (assuming the maximum allowed precision of the fractional seconds component). If the data type is numeric, this is the upper bound on the maximum precision of the data type. [ColumnName] | ColumnSize | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] string [Description] Format string that represents how to add this column to a data definition statement, such as CREATE TABLE. Each element in the CreateParameter array should be represented by a “parameter marker” in the format string. For example, the SQL data type DECIMAL needs a precision and a scale. In this case, the format string would be “DECIMAL({0},{1})”. [ColumnName] | CreateFormat | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] string [Description] The creation parameters that must be specified when creating a column of this data type. Each creation parameter is listed in the string, separated by a comma in the order they are to be supplied. For example, the SQL data type DECIMAL needs a precision and a scale. In this case, the creation parameters should contain the string “precision, scale”. In a text command to create a DECIMAL column with a precision of 10 and a scale of 2, the value of the CreateFormat column might be DECIMAL({0},{1})” and the complete type specification would be DECIMAL(10,2). [ColumnName] | CreateParameters | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] string [Description] The name of the .NET Framework type of the data type. [ColumnName] | DataType | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] bool [Description] true—Values of this data type may be auto-incrementing. false—Values of this data type may not be auto-incrementing. Note that this merely indicates whether a column of this data type may be auto-incrementing, not that all columns of this type are auto-incrementing. [ColumnName] | IsAutoincrementable | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] bool [Description] true—The data type is the best match between all data types in the data store and the .NET Framework data type indicated by the value in the DataType column. false—The data type is not the best match. For each set of rows in which the value of the DataType column is the same, the IsBestMatch column is set to true in only one row. [ColumnName] | IsBestMatch | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] bool [Description] true—The data type is a character type and is case-sensitive. false—The data type is not a character type or is not case-sensitive. [ColumnName] | IsCaseSensitive | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] bool [Description] true—Columns of this data type created by the data definition language (DDL) will be of fixed length. false—Columns of this data type created by the DDL will be of variable length. DBNull.Value—It is not known whether the provider will map this field with a fixed-length or variable-length column. [ColumnName] | IsFixedLength | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] bool [Description] true—The data type has a fixed precision and scale. false—The data type does not have a fixed precision and scale. [ColumnName] | IsFixedPrecisionScale | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] bool [Description] true—The data type contains very long data; the definition of very long data is provider-specific. false—The data type does not contain very long data. [ColumnName] | IsLong | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] bool [Description] true—The data type is nullable. false—The data type is not nullable. DBNull.Value—It is not known whether the data type is nullable. [ColumnName] | IsNullable | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] bool [Description] true—The data type can be used in a WHERE clause with any operator except the LIKE predicate. false—The data type cannot be used in a WHERE clause with any operator except the LIKE predicate. [ColumnName] | IsSearchable | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] bool [Description] true—The data type can be used with the LIKE predicate false—The data type cannot be used with the LIKE predicate. [ColumnName] | IsSearchableWithLike | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] bool [Description] true—The data type is unsigned. false—The data type is signed. DBNull.Value—Not applicable to data type. [ColumnName] | IsUnsigned | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] short [Description] If the type indicator is a numeric type, this is the maximum number of digits allowed to the right of the decimal point. Otherwise, this is DBNull.Value. [ColumnName] | MaximumScale | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] short [Description] If the type indicator is a numeric type, this is the minimum number of digits allowed to the right of the decimal point. Otherwise, this is DBNull.Value. [ColumnName] | MinimumScale | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] bool [Description] true – the data type is updated by the database every time the row is changed and the value of the column is different from all previous values false – the data type is note updated by the database every time the row is changed DBNull.Value – the database does not support this type of data type [ColumnName] | IsConcurrencyType | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] bool [Description] true – the data type can be expressed as a literal false – the data type can not be expressed as a literal [ColumnName] | IsLiteralsSupported | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] string [Description] The prefix applied to a given literal. [ColumnName] | LiteralPrefix | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] string [Description] The suffix applied to a given literal. [ColumnName] | LitteralSuffix | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
6303f194__the_Common_Schema_Collections__ColumnName | [DataType] String [Description] NativeDataType is an OLE DB specific column for exposing the OLE DB type of the data type . [ColumnName] | NativeDataType | [] | Understanding the Common Schema Collections | ColumnName | https://msdn.microsoft.com/en-US/library/ms254501(v=vs.80).aspx | 29/1438042990123.20_20150728002310-00284-ip-10-236-191-2_871310294_3.json |
4bf0d11c_ss__System_Web_UI_WebControls___Description | [Event] ItemCommand [Description] | Occurs when a button is clicked in the DetailsView control. | [] | DetailsView Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.detailsview(v=vs.110).aspx?cs-save-lang=1&cs-lang=cpp | 29/1438042990123.20_20150728002310-00195-ip-10-236-191-2_880414942_12.json |
4bf0d11c_ss__System_Web_UI_WebControls___Description | [Event] ItemCreated [Description] | Occurs after all DetailsViewRow objects are created in the DetailsView control. This event is often used to modify the values of a record before it is displayed. | [] | DetailsView Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.detailsview(v=vs.110).aspx?cs-save-lang=1&cs-lang=cpp | 29/1438042990123.20_20150728002310-00195-ip-10-236-191-2_880414942_12.json |
4bf0d11c_ss__System_Web_UI_WebControls___Description | [Event] ItemDeleted [Description] | Occurs when a Delete button is clicked, but after the DetailsView control deletes the record from the data source. This event is often used to check the results of the delete operation. | [] | DetailsView Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.detailsview(v=vs.110).aspx?cs-save-lang=1&cs-lang=cpp | 29/1438042990123.20_20150728002310-00195-ip-10-236-191-2_880414942_12.json |
4bf0d11c_ss__System_Web_UI_WebControls___Description | [Event] ItemDeleting [Description] | Occurs when a Delete button is clicked, but before the DetailsView control deletes the record from the data source. This event is often used to cancel the delete operation. | [] | DetailsView Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.detailsview(v=vs.110).aspx?cs-save-lang=1&cs-lang=cpp | 29/1438042990123.20_20150728002310-00195-ip-10-236-191-2_880414942_12.json |
4bf0d11c_ss__System_Web_UI_WebControls___Description | [Event] ItemInserted [Description] | Occurs when an Insert button is clicked, but after the DetailsView control inserts the record. This event is often used to check the results of the insert operation. | [] | DetailsView Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.detailsview(v=vs.110).aspx?cs-save-lang=1&cs-lang=cpp | 29/1438042990123.20_20150728002310-00195-ip-10-236-191-2_880414942_12.json |
4bf0d11c_ss__System_Web_UI_WebControls___Description | [Event] ItemInserting [Description] | Occurs when an Insert button is clicked, but before the DetailsView control inserts the record. This event is often used to cancel the insert operation. | [] | DetailsView Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.detailsview(v=vs.110).aspx?cs-save-lang=1&cs-lang=cpp | 29/1438042990123.20_20150728002310-00195-ip-10-236-191-2_880414942_12.json |
4bf0d11c_ss__System_Web_UI_WebControls___Description | [Event] ItemUpdated [Description] | Occurs when an Update button is clicked, but after the DetailsView control updates the row. This event is often used to check the results of the update operation. | [] | DetailsView Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.detailsview(v=vs.110).aspx?cs-save-lang=1&cs-lang=cpp | 29/1438042990123.20_20150728002310-00195-ip-10-236-191-2_880414942_12.json |
4bf0d11c_ss__System_Web_UI_WebControls___Description | [Event] ItemUpdating [Description] | Occurs when an Update button is clicked, but before the DetailsView control updates the record. This event is often used to cancel the update operation. | [] | DetailsView Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.detailsview(v=vs.110).aspx?cs-save-lang=1&cs-lang=cpp | 29/1438042990123.20_20150728002310-00195-ip-10-236-191-2_880414942_12.json |
4bf0d11c_ss__System_Web_UI_WebControls___Description | [Event] ModeChanged [Description] | Occurs after the DetailsView control changes modes (edit, insert, or read-only mode). This event is often used to perform a task when the DetailsView control changes modes. | [] | DetailsView Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.detailsview(v=vs.110).aspx?cs-save-lang=1&cs-lang=cpp | 29/1438042990123.20_20150728002310-00195-ip-10-236-191-2_880414942_12.json |
4bf0d11c_ss__System_Web_UI_WebControls___Description | [Event] ModeChanging [Description] | Occurs before the DetailsView control changes modes (edit, insert, or read-only mode). This event is often used to cancel a mode change. | [] | DetailsView Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.detailsview(v=vs.110).aspx?cs-save-lang=1&cs-lang=cpp | 29/1438042990123.20_20150728002310-00195-ip-10-236-191-2_880414942_12.json |
4bf0d11c_ss__System_Web_UI_WebControls___Description | [Event] PageIndexChanged [Description] | Occurs when one of the pager buttons is clicked, but after the DetailsView control handles the paging operation. This event is commonly used when you need to perform a task after the user navigates to a different record in the control. | [] | DetailsView Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.detailsview(v=vs.110).aspx?cs-save-lang=1&cs-lang=cpp | 29/1438042990123.20_20150728002310-00195-ip-10-236-191-2_880414942_12.json |
4bf0d11c_ss__System_Web_UI_WebControls___Description | [Event] PageIndexChanging [Description] | Occurs when one of the pager buttons is clicked, but before the DetailsView control handles the paging operation. This event is often used to cancel the paging operation. | [] | DetailsView Class (System.Web.UI.WebControls) | Description | https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.detailsview(v=vs.110).aspx?cs-save-lang=1&cs-lang=cpp | 29/1438042990123.20_20150728002310-00195-ip-10-236-191-2_880414942_12.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] AllMembershipCondition [Description] | Represents a membership condition that matches all code. This class cannot be inherited. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] ApplicationDirectory [Description] | Provides the application directory as evidence for policy evaluation. This class cannot be inherited. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] ApplicationDirectoryMembershipCondition [Description] | Determines whether an assembly belongs to a code group by testing its application directory. This class cannot be inherited. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] ApplicationSecurityInfo [Description] | Holds the security evidence for an application. This class cannot be inherited. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] ApplicationSecurityManager [Description] | Manages trust decisions for manifest-activated applications. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] ApplicationTrust [Description] | Encapsulates security decisions about an application. This class cannot be inherited. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] ApplicationTrustCollection [Description] | Represents a collection of ApplicationTrust objects. This class cannot be inherited. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] ApplicationTrustEnumerator [Description] | Represents the enumerator for ApplicationTrust objects in the ApplicationTrustCollection collection. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] CodeConnectAccess [Description] | Specifies the network resource access that is granted to code. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] CodeGroup [Description] | Represents the abstract base class from which all implementations of code groups must derive. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] Evidence [Description] | Defines the set of information that constitutes input to security policy decisions. This class cannot be inherited. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] EvidenceBase [Description] | Provides a base class from which all objects to be used as evidence must derive. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] FileCodeGroup [Description] | Grants permission to manipulate files located in the code assemblies to code assemblies that match the membership condition. This class cannot be inherited. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] FirstMatchCodeGroup [Description] | Obsolete. Allows security policy to be defined by the union of the policy statement of a code group and that of the first child code group that matches. This class cannot be inherited. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] GacInstalled [Description] | Confirms that a code assembly originates in the global assembly cache (GAC) as evidence for policy evaluation. This class cannot be inherited. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] GacMembershipCondition [Description] | Determines whether an assembly belongs to a code group by testing its global assembly cache membership. This class cannot be inherited. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] Hash [Description] | Provides evidence about the hash value for an assembly. This class cannot be inherited. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] HashMembershipCondition [Description] | Determines whether an assembly belongs to a code group by testing its hash value. This class cannot be inherited. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] NetCodeGroup [Description] | Grants Web permission to the site from which the assembly was downloaded. This class cannot be inherited. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
a6f2e1b9_m_Security_Policy_Namespace_____Description | [Class] PermissionRequestEvidence [Description] | Obsolete. Defines evidence that represents permission requests. This class cannot be inherited. | [] | System.Security.Policy Namespace () | Description | https://msdn.microsoft.com/en-US/library/system.security.policy(v=vs.110).aspx | 29/1438042990123.20_20150728002310-00237-ip-10-236-191-2_876656076_0.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.