SqlBuilderEntry<(Of <(<'TDbType>)>)> Members
The SqlBuilderEntry<(Of <(<'TDbType>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.Object) |
Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode |
Returns the hash code for this instance. (Inherited from ValueType.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString |
Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
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.
|
![]() |
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.
|