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[]
Comments
Post a Comment