C# Class WebApplications.Testing.Data.SqlUdtInfo

Show file Open project: webappsuk/CoreLibraries Class Usage Examples

Public Properties

Property Type Description
IsByteOrdered bool
IsFixedLength bool
MaxByteSize int
SerializationFormat Format

Private Methods

Method Description
GetFromType ( [ target ) : SqlUdtInfo
SqlUdtInfo ( [ attr ) : System

Initializes a new instance of the SqlUdtInfo class.

TryGetFromType ( [ target ) : SqlUdtInfo

Property Details

IsByteOrdered public property

The bytes are ordered.
public bool IsByteOrdered
return bool

IsFixedLength public property

Is fixed length
public bool IsFixedLength
return bool

MaxByteSize public property

The maximum byte size
public int MaxByteSize
return int

SerializationFormat public property

The serialization format
public Format SerializationFormat
return Format