I want to know the meaning of @ symbol In parameterized query.
apart from this if i write an query like this
Delete * From Client Where Id=@Id
Can u explain the work Of @Id?
its just like a variable in which we store the value & set in id or any diffrent thing.
thank you
or we can write @AnyName inplace of @Id while id is the column name in a database,
apart from this if i write an query like this
Delete * From Client Where Id=@Id
Can u explain the work Of @Id?
its just like a variable in which we store the value & set in id or any diffrent thing.
thank you
or we can write @AnyName inplace of @Id while id is the column name in a database,
Comment