OrmMaxStringLength Method |
Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int MaxStringLength(
PropertyInfo p
)
Public Shared Function MaxStringLength (
p As PropertyInfo
) As Integer
public:
static int MaxStringLength(
PropertyInfo^ p
)
static member MaxStringLength :
p : PropertyInfo -> int
Parameters
- p
- Type: System.ReflectionPropertyInfo
Return Value
Type:
Int32
See Also