Hi There ,,
I want to know What is the similar code in C# for this Statments
1. VB.NET :If Not Attribute.IsDefined(paramInfo, GetType(NonCommandParameterAttribute)) Then
C# : ?
2. VB.NET :Dim paramAttribute As SqlParameterAttribute = CType(Attribute.GetCustomAttribute(paramInfo, GetType(SqlParameterAttribute)), SqlParameterAttribute)
C# : ?
Please answer as soon as possible
Wafi Mohtaseb