SqlBuilderEntry<(Of <(<'TDbType>)>)> Properties
The SqlBuilderEntry<(Of <(<'TDbType>)>)> type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
Details |
Gets or sets the immutable column metadata.
|
|
|
IsFormalParameter |
Gets or sets a value indicating whether this is a formal parameter for a stored procedure or table value function.
|
|
|
IsKey |
Gets or sets a value indicating whether this column should be treated as primary key.
|
|
|
IsOutputParameter |
Gets a value indicating whether this instance is an output parameter.
|
|
|
ParameterColumn |
When non-null, this indicates that we want to use a table value parameter instead of a normal parameter.
|
|
|
ParameterValue |
Gets or sets the value to be used when constructing parameters.
|
|
|
RestrictedInsert |
Gets a value indicating whether restricted from inserting.
|
|
|
RestrictedRead |
Gets a value indicating whether restricted from reading.
|
|
|
RestrictedUpdate |
Gets a value indicating whether restricted from updating.
|
|
|
UseClrNameAsAlias |
Gets a value indicating whether the SQL generator should produce an AS clause for this column.
|
|
|
UseClrNameStandardizedAsAlias |
Gets a value indicating whether the SQL generator should produce an AS clause for this column.
|
|
|
UseForInsert |
Gets or sets a value indicating whether this SqlBuilderEntry<(Of <(<'TDbType>)>)> participates in insert operations.
|
|
|
UseForRead |
Gets or sets a value indicating whether this SqlBuilderEntry<(Of <(<'TDbType>)>)> participates in read operations.
|
|
|
UseForUpdate |
Gets or sets a value indicating whether this SqlBuilderEntry<(Of <(<'TDbType>)>)> participates in update operations.
|
|
|
UseParameter |
Gets or sets a value indicating whether this SqlBuilderEntry<(Of <(<'TDbType>)>)> participates in parameter generation.
|
|
|
UseParameter2 |
Gets or sets a value indicating whether this SqlBuilderEntry<(Of <(<'TDbType>)>)> participates in the second pass of parameter generation.
|

