Re: I am trying to convert a C# file to VB.NET - need help
- From: "Tom Shelton" <tom@xxxxxxxxxxx>
- Date: 27 Apr 2006 21:06:13 -0700
Learner wrote:
Hello,
Here is the code snippet I got strucked at.
I am unable to convert the below line of code to its equavalent vb.net
code. could some one please help me with this?
[DataObjectMethod(DataObjectMethodType.Select, true)]
static public List<RoleData> GetRoles()
{
return GetRoles(null, false);
}
Thanks
-L
<DataObjectMethod (DataObjectMethodType.Select, True)> _
Public Shared Function GetRoles () As List (Of RoleData)
Return GetRoles (Nothing, False)
End Function
HTH
--
Tom Shelton [MVP]
.
- References:
- I am trying to convert a C# file to VB.NET - need help
- From: Learner
- I am trying to convert a C# file to VB.NET - need help
- Prev by Date: At a loss figuring out if an IP is on LAN or INET
- Next by Date: Function call problem
- Previous by thread: I am trying to convert a C# file to VB.NET - need help
- Next by thread: Invoking apps within VB
- Index(es):