Property for field IMAGEN en sqlserver 2005

All your dOOdad needs ...

Property for field IMAGEN en sqlserver 2005

Postby pipevilla2 on Fri May 15, 2009 10:01 pm

I am working with dOOdads in visual basic .net and sql server 2005,

in the database have a field called IMAGEN type in SQL SERVER 2005.


My question is about of this property of the class.


this property of this type is that:



Public Overridable Property IMAGEN() As
Get
Return MyBase.GetUnknown(ColumnNames.IMAGEN)
End Get
Set(ByVal Value As Image)
MyBase.SetUnknown(ColumnNames.IMAGEN, Value)
End Set
End Property



would like the code above.

Thank you.
pipevilla2
Lurker
 
Posts: 2
Joined: Fri May 15, 2009 9:46 pm

Re: Property for field IMAGEN en sqlserver 2005

Postby pipevilla2 on Fri May 15, 2009 10:01 pm

the field is type image
pipevilla2
Lurker
 
Posts: 2
Joined: Fri May 15, 2009 9:46 pm


Return to dOOdads - MyGeneration's .NET Architecture

Who is online

Users browsing this forum: No registered users and 2 guests

cron