RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

StringFieldDefinition..::..ValidateValueForSavingToDb Method

Validates a value to see if it's a valid value to save to the database.

Namespace:  RingSoft.DbLookup.ModelDefinition.FieldDefinitions
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public bool ValidateValueForSavingToDb(
	string value
)
Public Function ValidateValueForSavingToDb ( _
	value As String _
) As Boolean
public:
bool^ ValidateValueForSavingToDb(
	String^ value
)

Parameters

value
Type: String
The value to validate.

Return Value

True if the value is safe to save to the database.