Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
DotNetNext committed Aug 30, 2017
1 parent d493778 commit 6d0f45a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public override List<KeyValuePair<string, CSharpDataType>> MappingTypes
new KeyValuePair<string, CSharpDataType>("time",CSharpDataType.DateTime),

new KeyValuePair<string, CSharpDataType>("blob",CSharpDataType.byteArray),
new KeyValuePair<string, CSharpDataType>("clob",CSharpDataType.byteArray),
new KeyValuePair<string, CSharpDataType>("raw",CSharpDataType.byteArray),
new KeyValuePair<string, CSharpDataType>("oleobject",CSharpDataType.byteArray),
new KeyValuePair<string, CSharpDataType>("binary",CSharpDataType.byteArray),
Expand Down

0 comments on commit 6d0f45a

Please sign in to comment.