[This is preliminary documentation and is subject to change.]
This is a multi value struct generated from the wild card DataClass providing an enumeration of the types of wild card
operations available in database queries.
| C# |
public struct WildCard : IMultiValue
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| WildCard(Int32) | Creates a new WildCard from an integer value. | |
| _undefined_ | This is the default WildCard value. | |
| Equals(Object) | Performs an equality comparison with another object. (Overrides ValueType.Equals(Object).) | |
| ExplicitNarrowingExplicitExplicitExplicit(WildCard to String) | Explicit conversion from WildCard to string. | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() | Creates a hash code for the WildCard. (Overrides ValueType.GetHashCode()()()().) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ImplicitWideningImplicitImplicitImplicit(WildCard to Int32) | Implicit conversion from WildCard to int. | |
| ImplicitWideningImplicitImplicitImplicit(Int32 to WildCard) | Implicit conversion from int to WildCard. | |
| ImplicitWideningImplicitImplicitImplicit(String to WildCard) | Implicit conversion from string to WildCard. | |
| IsCombinable | Indicates whether WildCard values can be combined. | |
| MatchOne | This is the value for match one. | |
| MatchZeroOrMore | This is the value for match zero or more. | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ordinal | Contains the value of the WildCard. | |
| Ordinal | Gets the integer ordinal value of this WildCard. | |
| Parse(String) | Parses a string containing a textual representation of an WildCard. | |
| sourcePairs | This array contains one source pair for each WildCard value. | |
| SourcePairs | Gets the array of ISourcePairs holding ordinal and text values. | |
| TopValue | This is the value for the top value. | |
| ToString()()()() | Creates a textual representation of the WildCard. (Overrides ValueType.ToString()()()().) |