Summary
    Create a WildcardAlias with two patterns, the
    stored pattern and the pattern that is to be used
    at runtime.
    
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Config 
- Containing Type
- WildcardAlias
Syntax
public WildcardAlias(string storedPattern, string runtimePattern)Remarks
    Create a WildcardAlias with two patterns, the
    stored pattern and the pattern that is to be used
    at runtime. One single '*' is allowed as a wildcard
    character.
    
	Parameters
| Name | Type | Description | 
|---|---|---|
| storedPattern | string | |
| runtimePattern | string | 
Return Value
| Type | Description | 
|---|---|
| void |