C# 클래스 WebApplications.Testing.Data.SqlUdtInfo

파일 보기 프로젝트 열기: webappsuk/CoreLibraries 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsByteOrdered bool
IsFixedLength bool
MaxByteSize int
SerializationFormat Format

비공개 메소드들

메소드 설명
GetFromType ( [ target ) : SqlUdtInfo
SqlUdtInfo ( [ attr ) : System

Initializes a new instance of the SqlUdtInfo class.

TryGetFromType ( [ target ) : SqlUdtInfo

프로퍼티 상세

IsByteOrdered 공개적으로 프로퍼티

The bytes are ordered.
public bool IsByteOrdered
리턴 bool

IsFixedLength 공개적으로 프로퍼티

Is fixed length
public bool IsFixedLength
리턴 bool

MaxByteSize 공개적으로 프로퍼티

The maximum byte size
public int MaxByteSize
리턴 int

SerializationFormat 공개적으로 프로퍼티

The serialization format
public Format SerializationFormat
리턴 Format