UtilityGetAttrNameByPrompt Method
|
Data una famiglia ed un prompt attributo, ritorna il nome
Namespace: DedNetConnectorAssembly: DedNetConnector (in DedNetConnector.dll) Version: 27.2.0
Syntax public static string GetAttrNameByPrompt(
string dbpath,
string prompt
)
Public Shared Function GetAttrNameByPrompt (
dbpath As String,
prompt As String
) As String
public:
static String^ GetAttrNameByPrompt(
String^ dbpath,
String^ prompt
)
static member GetAttrNameByPrompt :
dbpath : string *
prompt : string -> string
Parameters
- dbpath String
- Percorso famiglia di riferimento
- prompt String
- Prompt dell'attributo da cercare
Return Value
StringSee Also