FSharp.ORM


CharString

Namespace: FSharp.ORM

Represents the fixed length string.

Constructors

ConstructorDescription
new(arg1)
Signature: string -> CharString

Initializes a CharString instance.

Instance members

Instance memberDescription
Value
Signature: string

Gets the string value.

Static members

Static memberDescription
( <> )(arg1, arg2)
Signature: (CharString * CharString) -> bool

Determines whether two specified CharString objects have the different value.

( = )(arg1, arg2)
Signature: (CharString * CharString) -> bool

Determines whether two specified CharString objects have the same value.

Fork me on GitHub