@code {
///
///
///
public int BindValue { get; set; } = 5;
///
///
///
public sbyte BindSByteValue { get; set; } = 10;
///
///
///
public byte BindByteValue { get; set; } = 10;
///
///
///
public long BindLongValue { get; set; } = 10;
///
///
///
public short BindShortValue { get; set; } = 10;
///
///
///
public double BindDoubleValue { get; set; } = 10;
///
///
///
public float BindFloatValue { get; set; } = 10;
}