Which C# field creates an Azure Table Storage column as "binary" type -


if have bool, int, string or guid types members in c# tableentity class, these converted azure table columns appropriate types.

it seems azure table column can of types: string, binary, bool, boolean, byte, datetime, decimal, double, guid, int, int16, int32, int64, single, sbyte.

among types, type should use in c# class generate azure table column binary type?

byte[]

from understanding table service data model.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -