 | InformationLibraryPanelCopyQueryAsStaticSelection Method |
Create a copy of an existing query as a static selection.
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void CopyQueryAsStaticSelection(
string selection,
IDictionary<string, string> query
)
Public Shared Sub CopyQueryAsStaticSelection (
selection As String,
query As IDictionary(Of String, String)
)
public:
static void CopyQueryAsStaticSelection(
String^ selection,
IDictionary<String^, String^>^ query
)
Parameters
- selection
- Type: SystemString
The name to give to the new static selection. - query
- Type: System.Collections.GenericIDictionaryString, String
The query to create a copy off. Mapping of the column captions to a single row's values.
See Also