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

FieldDefinition..::..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 virtual bool ValidateValueForSavingToDb(
	string value
)
Public Overridable Function ValidateValueForSavingToDb ( _
	value As String _
) As Boolean
public:
virtual 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.