Metodo AIUtilityContainsQuery
|
Ritorna True se str contiene una query sql.
Namespace: DedNet.LibAssembly: DedNet (in DedNet.dll) Versione: 28.0.0
Sintassipublic static bool ContainsQuery(
string str
)
Public Shared Function ContainsQuery (
str As String
) As Boolean
public:
static bool ContainsQuery(
String^ str
)
static member ContainsQuery :
str : string -> bool
Parametri
- str String
- Stringa da analizzare.
Valore di ritorno
Boolean
Vedi anche