|
Posted
over 13 years
ago
by
JaCraig
To be honest, I haven't used Blobs in a while so I had to double check, but yes it does. All you would do is:
byte[] Data = helper.GetParameter<byte[]>("BlobDataColumn", null);
If it's an Image, varbinary, or binary data. And it converts byte arrays appropriately when adding them as a parameter also.
|
|
Posted
over 13 years
ago
by
MBDTeam
Hi,
first I want to thank you for this great libary! Its helping me all day ;-)
May ask if the GetParameter Function From helper.ExecuteReader supports binary large objects?
Michael
|
|
Posted
over 13 years
ago
by
James Craig
1) Added FindGroupMembers function to LDAP Directory class.
|
|
Posted
over 13 years
ago
by
James Craig
Moved tag Github/master to changeset 39c01a58fe5a (from changeset d0790e4848f7)
|
|
Posted
over 13 years
ago
by
James Craig
Removed tag github/master
|
|
Posted
over 13 years
ago
by
James Craig
Moved tag Github/master to changeset d0790e4848f7 (from changeset 8045c97e7b09)
|
|
Posted
over 13 years
ago
by
James Craig
1) Fixed ordering when initializing mappings in the ORM.
|
|
Posted
over 13 years
ago
by
James Craig
1) Added execute capability with strings (Utilities.IO.ExtensionMethods).
|
|
Posted
over 13 years
ago
by
James Craig
1) Updated ORM so that when generating the database it sets ON DELETE CASCADE and ON DELETE SET NULL where applicable (note that items where SQL Server would complain, it just sets up the foreign key).
2) Due to number 1, the number of calls when
|
|
Posted
over 13 years
ago
by
James Craig
1) Moved Command class from ORM namespace to SQL namespace and added the ability to specify parameters.
2) Added an easier way to add parameters to SQLHelper. Now if you use the AddParameter(params object[] Parameters) function, it will treat it like
|