| Description |
|---|
| Excerpt |
|---|
Use DataSourceSeparator to set the character that separates a data source name from a column name in a data marker. '.' is the default data source separator. |
| Signature | ||||
|---|---|---|---|---|
| ||||
<table class="diff-macro"><thead><tr><th class="diff-macro-title">unmigrated-wiki-markup</th></tr></thead><tbody><tr><td class="diff-macro-body"><pre> public char DataSourceSeparator{ get; set; } </pre></td></tr></tbody></table> |
| Signature | ||||
|---|---|---|---|---|
| ||||
Public <p>Public Property DataSourceSeparator() As Char</p>Char |
| Remarks | ||
|---|---|---|
The The following characters cannot be used as data source separators:
The space character cannot be used as a data source separator. |
| Example | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|