The following tables list the members exposed by QueryParameter.
Name | Description | |
---|---|---|
QueryParameter Constructor | Overloaded. |
Name | Description | |
---|---|---|
Direction | The direction of the parameter value transfer. | |
IsAutoAdded | Indicates whether the query parameter is automatically added. | |
IsAutoName | Determines whether to generate a name of the query parameter automatically. | |
Name | The name of the query parameter. | |
ParentParametrizedQuery | The parent query to which the parameter belongs. | |
Value | The value of the query parameter. | |
ValueType | The value type of the query parameter. | |
ValueTypeName | The name of the value type of the query parameter. |
Name | Description | |
---|---|---|
Clone | Creates the clone of the current QueryParameter instance. | |
Equals | Determines whether the given QueryParameter instance and the specified System.Object instance have the same values. | |
GetHashCode | Returns a hash code for an entity. |