Using Anschluss als neues SqlConnection (ConfigurationManager.ConnectionStrings („ConnectionString“) .ConnectionString)
Using Befehl als neues SqlCommand („dbo. Fn_User_Exist_Usuario (@USUARIO)“, Anschluss) vorwählen
'Text command.CommandType = Data.CommandType.StoredProcedure
Schwaches myParam1 als neues SqlParameter („@USUARIO“, VarChar, 150)
myParam1.Direction = Data.ParameterDirection.Input
myParam1.Value = username
Befehl. Parameters.Add (myParam1)
Anschluss. Öffnen ()
Schwach als Boolesches = existieren Convert.ToBoolean (command.ExecuteScalar ())
Zurückgehen existieren
Using beenden
Using beenden
|