Can't you use NHibernate Type "BinaryBlob" (type="BinaryBlob")?
On Sunday, July 7, 2013 3:16:26 PM UTC+1, Agelos panagiotakis wrote: > > Great Library ! > I have a ms access database and i have successfully connected nhibernate > jet database driver > I have a table withn a field of type "attachement" > I currently use the following to get some values > Public Overridable Overloads Property Photos() As String > > <property name="Photos"> > <column name="[Photos]" sql-type="nvarchar" not-null="false" /> > </property> > > > i cannot only see it as string > but i do not know which other type should i use > image or byte or something else ? > plz help! > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/groups/opt_out.
